Skip to content

Commit

Permalink
Merge pull request #70 from irgaly/1.8.0
Browse files Browse the repository at this point in the history
1.8.0
  • Loading branch information
irgaly authored Oct 2, 2024
2 parents b73af8e + a51d23c commit f965223
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f965223

Please sign in to comment.