diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b5788..e13eda8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.0.6] - 2023-09-23 ### Fixed - Release again with gpg ## [0.0.5] - 2023-09-23 - ### Fixed - Improved documentation @@ -35,7 +35,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - First version of the project -[Unreleased]: https://github.com/rcmachado/changelog/compare/v0.0.5...HEAD +[Unreleased]: https://github.com/rcmachado/changelog/compare/v0.0.6...HEAD +[0.0.6]: https://github.com/rcmachado/changelog/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/rcmachado/changelog/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/rcmachado/changelog/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/rcmachado/changelog/compare/v0.0.2...v0.0.3 diff --git a/package-lock.json b/package-lock.json index 65a6941..f715fd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@openartmarket/supabase-live-table", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@openartmarket/supabase-live-table", - "version": "0.0.5", + "version": "0.0.6", "license": "MIT", "devDependencies": { "@supabase/supabase-js": "2.36.0", diff --git a/package.json b/package.json index 6be50bd..65594e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openartmarket/supabase-live-table", - "version": "0.0.5", + "version": "0.0.6", "description": "Supabase Realtime on Absinthe", "author": { "name": "Open Art Market",