From 92f1c8854dcc61f58a9d43c2331c93a23673e2f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:07:09 +0000 Subject: [PATCH] Release new version --- .changeset/better-suns-double.md | 5 ----- .changeset/hot-beans-tan.md | 5 ----- .changeset/late-flowers-sniff.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/better-suns-double.md delete mode 100644 .changeset/hot-beans-tan.md delete mode 100644 .changeset/late-flowers-sniff.md diff --git a/.changeset/better-suns-double.md b/.changeset/better-suns-double.md deleted file mode 100644 index fd403ae..0000000 --- a/.changeset/better-suns-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"remsg": patch ---- - -Basic maintenance work. Replaced build tool. diff --git a/.changeset/hot-beans-tan.md b/.changeset/hot-beans-tan.md deleted file mode 100644 index 99b974c..0000000 --- a/.changeset/hot-beans-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"remsg": patch ---- - -Enabled trusted publishing. diff --git a/.changeset/late-flowers-sniff.md b/.changeset/late-flowers-sniff.md deleted file mode 100644 index 87044c1..0000000 --- a/.changeset/late-flowers-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"remsg": patch ---- - -Unbundled `binary-util` diff --git a/CHANGELOG.md b/CHANGELOG.md index a6fa6c7..a0c8bf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # remsg +## 1.1.1 + +### Patch Changes + +- [#41](https://github.com/beeequeue/remsg/pull/41) [`3396d37`](https://github.com/beeequeue/remsg/commit/3396d378f49bce1dd9f2e306bc8db1309e2a9acf) - Basic maintenance work. Replaced build tool. + +- [#41](https://github.com/beeequeue/remsg/pull/41) [`3396d37`](https://github.com/beeequeue/remsg/commit/3396d378f49bce1dd9f2e306bc8db1309e2a9acf) - Enabled trusted publishing. + +- [#41](https://github.com/beeequeue/remsg/pull/41) [`3396d37`](https://github.com/beeequeue/remsg/commit/3396d378f49bce1dd9f2e306bc8db1309e2a9acf) - Unbundled `binary-util` + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index ffb0b1d..d05be78 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "remsg", "description": "A library for parsing and serializing MSG files for the RE Engine.", "type": "module", - "version": "1.1.0", + "version": "1.1.1", "author": "BeeeQueue ", "repository": { "type": "git",