Skip to content

Commit

Permalink
chore(release): 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Sep 15, 2024
1 parent 21c435a commit 891377f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [6.0.2](https://github.com/capacitor-community/sqlite/compare/v6.0.1...v6.0.2) (2024-09-15)


### Bug Fixes

* **android:** update `androidx.room:room-compiler` to `2.6.1` ([#588](https://github.com/capacitor-community/sqlite/issues/588)) ([21c435a](https://github.com/capacitor-community/sqlite/commit/21c435aaa71582cfdcc0bf258fc4f8237f3df661))

## 6.0.1 (2024-06-14)

#### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/sqlite",
"version": "6.0.1",
"version": "6.0.2",
"description": "Community plugin for native & electron SQLite databases",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 891377f

Please sign in to comment.