Skip to content

Commit ea3972f

Browse files
committed
chore: update version and changelog
1 parent 83b40f3 commit ea3972f

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
## 1.0.0 (2025-08-21)
1+
# Changelog
22

3-
* test: add tests ([1698d40](https://github.com/supernaut/storyblok-tools/commit/1698d40))
4-
* test: improve tests ([9850ae5](https://github.com/supernaut/storyblok-tools/commit/9850ae5))
5-
* feat: add method to check if request is from storyblok ([22c9cac](https://github.com/supernaut/storyblok-tools/commit/22c9cac))
3+
## 1.0.1 (2025-08-21)
64

5+
- fix: add types export ([83b40f3](https://github.com/supernaut/storyblok-tools/commit/83b40f3))
76

7+
## 1.0.0 (2025-08-21)
88

9+
- test: add tests ([1698d40](https://github.com/supernaut/storyblok-tools/commit/1698d40))
10+
- test: improve tests ([9850ae5](https://github.com/supernaut/storyblok-tools/commit/9850ae5))
11+
- feat: add method to check if request is from storyblok ([22c9cac](https://github.com/supernaut/storyblok-tools/commit/22c9cac))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supernaut/storyblok-tools",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Storyblok tools for Next.js",
66
"keywords": [
77
"nextjs",

0 commit comments

Comments
 (0)