diff --git a/CHANGELOG.md b/CHANGELOG.md index 026e9e0..b6d90f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v1.8.0 - 2024/10/02 JST + +#### Improve + +* add cache-read-only feature [#63](https://github.com/irgaly/xcode-cache/pull/63) + * refactor: cacheReadOnly condition [#68](https://github.com/irgaly/xcode-cache/pull/68) +* Add *.xcstrings to default mtime targets [#69](https://github.com/irgaly/xcode-cache/pull/69) + +#### Maintenance + +* CI: update dist on ubuntu-latest [#60](https://github.com/irgaly/xcode-cache/pull/60) +* fix error message typo [#67](https://github.com/irgaly/xcode-cache/pull/67) + # v1.7.2 - 2024/04/06 JST #### Maintenance diff --git a/package-lock.json b/package-lock.json index 29cbf4b..8cfe4e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xcode-cache", - "version": "1.7.2", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xcode-cache", - "version": "1.7.2", + "version": "1.8.0", "license": "Apache-2.0", "dependencies": { "@actions/cache": "3.2.4", diff --git a/package.json b/package.json index 027aaa1..12c058e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xcode-cache", - "version": "1.7.2", + "version": "1.8.0", "main": "dist/main/index.js", "private": true, "license": "Apache-2.0",