Skip to content

Commit 67756bc

Browse files
committed
chore(CHANGELOG): update for v1.4.0 [skip ci]
1 parent 1be0f90 commit 67756bc

File tree

3 files changed

+42
-3
lines changed

3 files changed

+42
-3
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## [1.4.0](https://github.com/SwiftyLab/setup-swift/compare/v1.3.0...v1.4.0) (2023-09-19)
2+
3+
4+
### 🚀 Features
5+
6+
* added optional visual studio components option ([a01e266](https://github.com/SwiftyLab/setup-swift/commit/a01e2668943c8d99a331cb52d44876c6336ee318))
7+
* allowed passing snapshot name as version ([#49](https://github.com/SwiftyLab/setup-swift/issues/49)) ([dff1353](https://github.com/SwiftyLab/setup-swift/commit/dff1353e6e467b072b59c3218acb24b16769f183))
8+
9+
10+
### 🐛 Fixes
11+
12+
* fixed setup on windows when tool cached ([#44](https://github.com/SwiftyLab/setup-swift/issues/44)) ([68f6906](https://github.com/SwiftyLab/setup-swift/commit/68f6906509f26a5ee1496bdfb212fad36667809e))
13+
14+
15+
### 🐎 Performance Improvements
16+
17+
* installation will be saved in cache ([#48](https://github.com/SwiftyLab/setup-swift/issues/48)) ([5bd49ae](https://github.com/SwiftyLab/setup-swift/commit/5bd49ae7d03cc148e94e2c73e4ef6e7e659ef8eb))
18+
* skip visual studio components installation if not needed ([32576cd](https://github.com/SwiftyLab/setup-swift/commit/32576cd24d02f2bb553d109a3a8d5d6ab997cbbc))
19+
20+
21+
### 🛠 Build System
22+
23+
* **swift-org-website:** bump swiftorg from `e851408` to `73f218c` ([#61](https://github.com/SwiftyLab/setup-swift/issues/61)) ([1be0f90](https://github.com/SwiftyLab/setup-swift/commit/1be0f90e4647da135dea357a48307f9af6c9bc8f))
24+
25+
26+
### 🛠 Dependency
27+
28+
* removed `jsdom` and `marked` ([#56](https://github.com/SwiftyLab/setup-swift/issues/56)) ([4ec14b4](https://github.com/SwiftyLab/setup-swift/commit/4ec14b4b1da900dc8d1d428b94d355e36307327a))
29+
30+
31+
### 🔥 Refactorings
32+
33+
* update `swift-org-website` released tools parsing ([#54](https://github.com/SwiftyLab/setup-swift/issues/54)) ([59a0afe](https://github.com/SwiftyLab/setup-swift/commit/59a0afed1b1867329d2218499c26f3ecd84dc108))
34+
35+
36+
### 💄 Styles
37+
38+
* added codespace container customization ([#50](https://github.com/SwiftyLab/setup-swift/issues/50)) ([22bf437](https://github.com/SwiftyLab/setup-swift/commit/22bf4373f029cc63d06ffdf2f995b1129ea7458c))
39+
140
## [1.3.0](https://github.com/SwiftyLab/setup-swift/compare/v1.2.0...v1.3.0) (2023-09-05)
241

342

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.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"description": "Setup Swift environment.",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)