Skip to content

Commit 3b18193

Browse files
committed
chore(CHANGELOG): update for v1.3.0 [skip ci]
1 parent 51b8371 commit 3b18193

File tree

4 files changed

+30
-14
lines changed

4 files changed

+30
-14
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [1.3.0](https://github.com/SwiftyLab/setup-swift/compare/v1.2.0...v1.3.0) (2023-09-05)
2+
3+
4+
### 🚀 Features
5+
6+
* added downloaded snapshots caching ([#27](https://github.com/SwiftyLab/setup-swift/issues/27)) ([8b96634](https://github.com/SwiftyLab/setup-swift/commit/8b96634bde6d708c06e8af8e1e3ac558260b3ce5))
7+
* added snapshots cache control option ([#40](https://github.com/SwiftyLab/setup-swift/issues/40)) ([b025441](https://github.com/SwiftyLab/setup-swift/commit/b02544153f15f77fed1ebe19979c81969bf4f632))
8+
9+
10+
### 🐛 Fixes
11+
12+
* fixed swift package build failure on windows ([#23](https://github.com/SwiftyLab/setup-swift/issues/23)) ([80ba175](https://github.com/SwiftyLab/setup-swift/commit/80ba175b327d2ccb52166a29a56baed87b30cf2c))
13+
14+
15+
### 🛠 Build System
16+
17+
* **swift-org-website:** bump swiftorg from `1f5f38a` to `1f57d0e` ([#42](https://github.com/SwiftyLab/setup-swift/issues/42)) ([51b8371](https://github.com/SwiftyLab/setup-swift/commit/51b8371af56d71c10863bf2075a85a6ebb162582))
18+
19+
20+
### 🛠 Dependency
21+
22+
* bump glob from 10.3.3 to 10.3.4 ([#25](https://github.com/SwiftyLab/setup-swift/issues/25)) ([fe5b767](https://github.com/SwiftyLab/setup-swift/commit/fe5b7672d872fe0ecab480153600d5846d784129))
23+
124
## [1.2.0](https://github.com/SwiftyLab/setup-swift/compare/v1.1.0...v1.2.0) (2023-08-31)
225

326

dist/index.js

Lines changed: 4 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-swift",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"private": true,
55
"description": "Setup Swift environment.",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)