From 29568f9c8f3b2c331e5bc38edce7eef6efd7c2d4 Mon Sep 17 00:00:00 2001 From: Peter Jokumsen Date: Sun, 25 Aug 2024 23:57:09 +0200 Subject: [PATCH] chore(main): release 1.3.0 (#75) :robot: I have created a release *beep* *boop* --- ## [1.3.0](https://github.com/chill-viking/npm-ci/compare/v1.2.0...v1.3.0) (2024-08-25) ### Features * **action:** use packages for primary cache key ([fa5f6ca](https://github.com/chill-viking/npm-ci/commit/fa5f6cac57f0c7982806d570d264529b1e0942f4)) ### Bug Fixes * **action:** update to use `v4` cache action ([1ce27a0](https://github.com/chill-viking/npm-ci/commit/1ce27a083b89603d4d0b51de6d8151044c328a24)) * **workflows:** update release workflow ([b32d712](https://github.com/chill-viking/npm-ci/commit/b32d71214a42497d3252c6ce5ac4e97e902c57c1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4225c8a25..e86fe90a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.0](https://github.com/chill-viking/npm-ci/compare/v1.2.0...v1.3.0) (2024-08-25) + + +### Features + +* **action:** use packages for primary cache key ([fa5f6ca](https://github.com/chill-viking/npm-ci/commit/fa5f6cac57f0c7982806d570d264529b1e0942f4)) + + +### Bug Fixes + +* **action:** update to use `v4` cache action ([1ce27a0](https://github.com/chill-viking/npm-ci/commit/1ce27a083b89603d4d0b51de6d8151044c328a24)) +* **workflows:** update release workflow ([b32d712](https://github.com/chill-viking/npm-ci/commit/b32d71214a42497d3252c6ce5ac4e97e902c57c1)) + ## [1.2.0](https://github.com/chill-viking/npm-ci/compare/v1.1.1...v1.2.0) (2023-02-22) diff --git a/package.json b/package.json index c8d63a0d2..10c75bef5 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { "name": "npm-ci", - "version": "1.2.0" + "version": "1.3.0" }