chore(main): release 0.1.0
This commit is contained in:
parent
f71d0417e1
commit
21e89cd86e
4 changed files with 24 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.0.0"
|
||||
".": "0.1.0"
|
||||
}
|
21
CHANGELOG.md
Normal file
21
CHANGELOG.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.0 (2024-11-08)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* first-release
|
||||
|
||||
### Features
|
||||
|
||||
* first-release ([f71d041](https://github.com/sevki/okid/commit/f71d0417e12df2863bf6d4e375398bb1d8d5588c))
|
||||
* new release ([4ce14a2](https://github.com/sevki/okid/commit/4ce14a26a939aa3b057d7193eed82ae30fe48f98))
|
||||
* release 0.1~ ([51db905](https://github.com/sevki/okid/commit/51db905b1951cf80cd5a65c444d66c3f4ccf6a94))
|
||||
* update js ([d18eaf6](https://github.com/sevki/okid/commit/d18eaf6401da023d835f184a53ac2dfedc56c5f4))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* lint errors ([296c7c6](https://github.com/sevki/okid/commit/296c7c6ddbdd61d98806d4bbc16f0516abaf72c1))
|
||||
* warnings ([ef710a1](https://github.com/sevki/okid/commit/ef710a1615f415f01c6c319f74a01290856c9dbc))
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1154,7 +1154,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "okid"
|
||||
version = "0.1.40"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-graphql",
|
||||
"blake3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "okid"
|
||||
version = "0.1.40"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
readme = "README.md"
|
||||
description = "A library for gereating double clickable ids"
|
||||
|
|
Loading…
Reference in a new issue