diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index 7282f12..5c5efa5 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,12 +1,12 @@ { "name": "rive-code-generator-release-stub", - "version": "0.0.2-beta.0", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rive-code-generator-release-stub", - "version": "0.0.2-beta.0", + "version": "0.0.2", "license": "MIT", "devDependencies": { "@release-it/bumper": "^6.0.1", diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index dde9aee..456995a 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -1,6 +1,6 @@ { "name": "rive-code-generator-release-stub", - "version": "0.0.2-beta.0", + "version": "0.0.2", "description": "Release stub for Rive code generator", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1f38d..9045d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.0.2](https://github.com/rive-app/rive-code-generator-wip/compare/0.0.2-beta.0...0.0.2) + +- ci: add concecutive beta releases [`99bd710`](https://github.com/rive-app/rive-code-generator-wip/commit/99bd7104b81b3d9215e0d7140c1a922dd77a6d40) + #### [0.0.2-beta.0](https://github.com/rive-app/rive-code-generator-wip/compare/0.0.1...0.0.2-beta.0) +> 13 October 2024 + - ci: add beta release type [`175f9ef`](https://github.com/rive-app/rive-code-generator-wip/commit/175f9efda0357a77e6f0ed06e3aa193a3e5cb2cd) +- chore: release v0.0.2-beta.0 [`40245a6`](https://github.com/rive-app/rive-code-generator-wip/commit/40245a68976adc0f16ceb0f654f8bea7ccb91505) #### 0.0.1 diff --git a/VERSION b/VERSION index d90bdde..7bcd0e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.2-beta.0 \ No newline at end of file +0.0.2 \ No newline at end of file