diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a876a2..2eeefbe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ For changes in `@project-gauntlet/tools` see [separate CHANGELOG.md](https://git ## [Unreleased] +## [12] - 2024-12-22 + ### General - Each plugin Deno runtime now runs in separate OS process - Nix package, dev shell and home-manager modules are now available (contributed by @schradert) diff --git a/VERSION b/VERSION index 9d607966..3cacc0b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11 \ No newline at end of file +12 \ No newline at end of file diff --git a/js/api/package.json b/js/api/package.json index b3c24132..96639180 100644 --- a/js/api/package.json +++ b/js/api/package.json @@ -1,6 +1,6 @@ { "name": "@project-gauntlet/api", - "version": "0.11.0", + "version": "0.12.0", "type": "module", "exports": { "./components": { diff --git a/package-lock.json b/package-lock.json index ce8050a7..b1719ac8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ }, "js/api": { "name": "@project-gauntlet/api", - "version": "0.11.0", + "version": "0.12.0", "devDependencies": { "@project-gauntlet/typings": "*", "@rollup/plugin-alias": "^5.1.1",