Skip to content

Commit a16fcd8

Browse files
committed
chore: release v1.0.1
1 parent 35a8c5f commit a16fcd8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
All notable changes to this template will be documented in this file
66

7+
## v1.0.1 (2024-07-29)
8+
9+
### Updated
10+
11+
- Updated all the libraries to the latest version
12+
713
## v1.0.0 (2024-01-08)
814

915
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.1",
33
"private": true,
44
"scripts": {
55
"release": "code -r CHANGELOG.md && node -e \"process.stdin.once('data', () => process.exit())\" && yarn bumpp --all package.json javascript-version/package.json typescript-version/package.json"

0 commit comments

Comments
 (0)