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",