diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index 0120682..950c476 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.3-beta.1", + "version": "0.0.3-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rive-code-generator-release-stub", - "version": "0.0.3-beta.1", + "version": "0.0.3-beta.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 40e89a7..7991f63 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.3-beta.1", + "version": "0.0.3-beta.2", "description": "Release stub for Rive code generator", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c7999..ec0def2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.3-beta.2](https://github.com/rive-app/rive-code-generator-wip/compare/0.0.3-beta.1...0.0.3-beta.2) + +- ci: expand testing workflow [`cc9cb13`](https://github.com/rive-app/rive-code-generator-wip/commit/cc9cb1318db48a1bf020b553cdbc5c67571625bb) +- ci: rename macos artifact [`202450d`](https://github.com/rive-app/rive-code-generator-wip/commit/202450d750edc99261f6129bc201362e20c318ad) + #### [0.0.3-beta.1](https://github.com/rive-app/rive-code-generator-wip/compare/0.0.3-beta.0...0.0.3-beta.1) +> 13 October 2024 + +- chore: release v0.0.3-beta.1 [`22125f8`](https://github.com/rive-app/rive-code-generator-wip/commit/22125f83c6342c113951722a9c6524b2e7a03f4e) - ci: change artifacts dir [`8bd7737`](https://github.com/rive-app/rive-code-generator-wip/commit/8bd7737bc6d06d53899fc6de4e6a9be7cd6705bf) #### [0.0.3-beta.0](https://github.com/rive-app/rive-code-generator-wip/compare/0.0.3-0...0.0.3-beta.0) diff --git a/VERSION b/VERSION index 9fa25b7..a2607a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3-beta.1 \ No newline at end of file +0.0.3-beta.2 \ No newline at end of file