diff --git a/CHANGELOG.md b/CHANGELOG.md index e422d0c..d762502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.0.2] - 2023-09-22 ### Fixed - Fixed the release script @@ -18,5 +20,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - First version of the project [Unreleased]: https://github.com/rcmachado/changelog/compare/0.0.0...HEAD +[0.0.2]: https://github.com/rcmachado/changelog/compare/0.0.0...v0.0.2 [0.0.1]: https://github.com/rcmachado/changelog/compare/0.0.0...v0.0.1 [0.0.0]: https://github.com/rcmachado/changelog/compare/c8e05ac2a36f3875d5e9f8a9f25b5ae66e3cf5fc...0.0.0 diff --git a/package-lock.json b/package-lock.json index 6ef861a..32b87dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@openartmarket/supabase-live-table", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@openartmarket/supabase-live-table", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "devDependencies": { "@supabase/supabase-js": "2.36.0", diff --git a/package.json b/package.json index 2757be8..47eb060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openartmarket/supabase-live-table", - "version": "0.0.1", + "version": "0.0.2", "description": "Supabase Realtime on Absinthe", "author": { "name": "Open Art Market",