From b977b55eb61a4eb50615fa0b0fcee4dc506775b7 Mon Sep 17 00:00:00 2001 From: Aki running on GitHub Actions Date: Fri, 30 Dec 2022 07:21:56 +0000 Subject: [PATCH] :bookmark: 53.3.0 --- CHANGELOG.md | 10 ++++++++++ bemuse/package.json | 2 +- changelog/pr-803.md | 8 -------- 3 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 changelog/pr-803.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 14f8c9bc..f6883a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,16 @@ [@dimitrov-d]: https://github.com/dimitrov-d [@s-pace]: https://github.com/s-pace +## 53.3.0 + +### Internals + +- Revamped the deployment pipeline to streamline + [the release process](https://bemuse.ninja/project/docs/workflows/). [[#803]], + by [@dtinth] + +[#803]: https://github.com/bemusic/bemuse/pull/803 + ## 53.2.0 ### Internals diff --git a/bemuse/package.json b/bemuse/package.json index 818a48ca..987d96d3 100644 --- a/bemuse/package.json +++ b/bemuse/package.json @@ -1,6 +1,6 @@ { "name": "bemuse", - "version": "53.2.0", + "version": "53.3.0", "description": "BEAT☆MUSIC☆SEQUENCE, a web-based music game of the future", "private": true, "browserslist": [ diff --git a/changelog/pr-803.md b/changelog/pr-803.md deleted file mode 100644 index d633c212..00000000 --- a/changelog/pr-803.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -author: dtinth -category: internals -type: minor -pr: 803 ---- - -Revamped the deployment pipeline to streamline [the release process](https://bemuse.ninja/project/docs/workflows/).