Skip to content

Commit 2a6e88d

Browse files
committed
chore: changelog
1 parent f189202 commit 2a6e88d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.1.1] - 2024-10-29
4+
5+
- Bumped dependencies
6+
37
## [0.1.0] - 2024-02-27
48

59
Initial release.

RELEASING.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010

1111
1. Update version in [package_info.json](package_info.json)
1212
2. Build binaries via `bundleSQLiteStorage` gradle task
13-
3. Commit changes (name it `release: MAJOR.MINOR.PATCH`)
14-
4. Create tag (name it `MAJOR.MINOR.PATCH`)
15-
5. Push commit and tag to `main`
16-
6. Create Github release
13+
3. Update CHANGELOG
14+
4. Commit changes (name it `release: MAJOR.MINOR.PATCH`)
15+
5. Create tag (name it `MAJOR.MINOR.PATCH`)
16+
6. Push commit and tag to `main`
17+
7. Create Github release
1718

1819
### Android
1920

0 commit comments

Comments
 (0)