From 509e807ad563f8978f757fb1d4c76697ea81018a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Jul 2022 17:53:10 +0200 Subject: [PATCH] ci: version packages (#116) Co-authored-by: unvented --- .changeset/great-apricots-occur.md | 5 ----- .changeset/heavy-dingos-bake.md | 5 ----- .changeset/proud-avocados-kneel.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/great-apricots-occur.md delete mode 100644 .changeset/heavy-dingos-bake.md delete mode 100644 .changeset/proud-avocados-kneel.md diff --git a/.changeset/great-apricots-occur.md b/.changeset/great-apricots-occur.md deleted file mode 100644 index 903c782..0000000 --- a/.changeset/great-apricots-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cachu": patch ---- - -ci: remove broken `test` workflow diff --git a/.changeset/heavy-dingos-bake.md b/.changeset/heavy-dingos-bake.md deleted file mode 100644 index 1ec694e..0000000 --- a/.changeset/heavy-dingos-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cachu": patch ---- - -docs: fix file name of code of conduct diff --git a/.changeset/proud-avocados-kneel.md b/.changeset/proud-avocados-kneel.md deleted file mode 100644 index 7ce1c2c..0000000 --- a/.changeset/proud-avocados-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cachu": patch ---- - -style: remove unnecessary quotes in workflow file diff --git a/CHANGELOG.md b/CHANGELOG.md index 77bc619..0a2b95f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # cachu +## 6.0.1 + +### Patch Changes + +- [#117](https://github.com/azurydev/cachu/pull/117) [`a300b51`](https://github.com/azurydev/cachu/commit/a300b51bc265fb4c5c37c8fbc5b7d17b05a61b67) Thanks [@unvented](https://github.com/unvented)! - ci: remove broken `test` workflow + +* [#118](https://github.com/azurydev/cachu/pull/118) [`f82db5b`](https://github.com/azurydev/cachu/commit/f82db5b73d0234ead2d03c6d7549e3090832284d) Thanks [@unvented](https://github.com/unvented)! - docs: fix file name of code of conduct + +- [#115](https://github.com/azurydev/cachu/pull/115) [`9a1c1b9`](https://github.com/azurydev/cachu/commit/9a1c1b9f7e1bcf2af2551d7567668d599c4c5dbb) Thanks [@unvented](https://github.com/unvented)! - style: remove unnecessary quotes in workflow file + ## 6.0.0 ### Major Changes diff --git a/package.json b/package.json index 3adba26..8e5119d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cachu", - "version": "6.0.0", + "version": "6.0.1", "description": "A simple key-value cache for Node.js.", "main": "./dist/index.js", "types": "types/index.d.ts",