Skip to content

Commit 5335178

Browse files
chore(main): release init 0.11.0 (#49)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f0f2098 commit 5335178

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.template-version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.0"
2+
".": "0.11.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.11.0](https://github.com/metaideas/init/compare/init@v0.10.0...init@v0.11.0) (2025-10-29)
4+
5+
6+
### Features
7+
8+
* add cache wrapper using kv ([59e0926](https://github.com/metaideas/init/commit/59e0926174fb2e4a70d0da9dd641ba121cd16b8a))
9+
* add encryption utils ([bb98254](https://github.com/metaideas/init/commit/bb98254a29db157b8c515e4744fac21ccf9d68e1))
10+
* add invalid to form items ([7bc4df6](https://github.com/metaideas/init/commit/7bc4df6bd377504a8e70b63e26c9e399bef11be7))
11+
* add serialize helper ([d91c659](https://github.com/metaideas/init/commit/d91c659ace72823d450f1139d639835a84bfc227))
12+
* remove db dependency from auth ([fa14320](https://github.com/metaideas/init/commit/fa1432085891159cb6240815fb386a62447e687c))
13+
14+
15+
### Bug Fixes
16+
17+
* api declarations ([b40636a](https://github.com/metaideas/init/commit/b40636a2118e02b1f330a9355901783f62fc0572))
18+
* lint rules ([1ff97fa](https://github.com/metaideas/init/commit/1ff97fab6aea62841b6552b0a1cadef6ae110b07))
19+
* remove unused util ([f0f2098](https://github.com/metaideas/init/commit/f0f209851309deb288bdce09444977fa88f84d99))
20+
321
## [0.10.0](https://github.com/metaideas/init/compare/init@v0.9.0...init@v0.10.0) (2025-10-07)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "init",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"private": true,
55
"workspaces": {
66
"packages": [

0 commit comments

Comments
 (0)