Skip to content

Commit

Permalink
chore(release): 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 13, 2024
1 parent 583f0ef commit f15afca
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [5.0.2](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/compare/v5.0.1...v5.0.2) (2024-08-13)


### Bug Fixes

* add CI/CD ([3351735](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/commit/33517352b6ee5b6234ab5399376897ff697983f2))
* remove dogen for now ([583f0ef](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/commit/583f0ef6df54bbd476e352938b0e73c1030adfce))
* remove old code ([723f906](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/commit/723f906ad2015d0b6b53d2eca469269a912c6c01))
* remove useless command ([95321b5](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/commit/95321b50207b484f78f2be32718901d585ef0db3))
* switch to pnpm ([2c2ff58](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/commit/2c2ff588e87546fb318d117b774f48a10778b92d))
* test ci ([32db83c](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/commit/32db83cad26c7d74ffa88588040767f16c6c808f))
* use latest pnpm ([d02b278](https://github.com/jepiqueau/capacitor-data-storage-sqlite.git/commit/d02b2782048f53260c3bd1cac327391f936fff77))

## 5.0.1 (2023-05-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-data-storage-sqlite",
"version": "5.0.1",
"version": "5.0.2",
"description": "SQLite Storage of key/value strings pair",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit f15afca

Please sign in to comment.