Skip to content

Commit

Permalink
chore(CHANGELOG): update for v1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftylab-ci committed Oct 25, 2023
1 parent 3dc4e02 commit 951e468
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [1.5.0](https://github.com/SwiftyLab/setup-swift/compare/v1.4.1...v1.5.0) (2023-10-25)


### 🚀 Features

* added major version tag option for latest release ([#109](https://github.com/SwiftyLab/setup-swift/issues/109)) ([8967619](https://github.com/SwiftyLab/setup-swift/commit/896761999d9c224950cda4a2ce09dafcd85c6398))


### 🐛 Fixes

* only add existing directories to PATH on windows (by [@stevapple](https://github.com/stevapple)) ([#71](https://github.com/SwiftyLab/setup-swift/issues/71)) ([5dfc518](https://github.com/SwiftyLab/setup-swift/commit/5dfc5184796ead5ef4e3ce6bae9ba37ea8049151))
* removed deprecated recursive `fs.rmdir` (by [@stevapple](https://github.com/stevapple)) ([#70](https://github.com/SwiftyLab/setup-swift/issues/70)) ([214f7e8](https://github.com/SwiftyLab/setup-swift/commit/214f7e8b9f3ca70f27d94c87df8bd5f391f4e7df))
* specified initial branch name to suppress Git hint (by [@stevapple](https://github.com/stevapple)) ([#69](https://github.com/SwiftyLab/setup-swift/issues/69)) ([b6ac81d](https://github.com/SwiftyLab/setup-swift/commit/b6ac81d2f164dfd6284810ea9d96153396c88102))


### 🛠 Build System

* **swift-org-website:** bump swiftorg from `332574c` to `8485bd3` ([#121](https://github.com/SwiftyLab/setup-swift/issues/121)) ([3dc4e02](https://github.com/SwiftyLab/setup-swift/commit/3dc4e02d472756dc0274f4382e5d623a0e550129))


### 🛠 Dependency

* bump @actions/core from 1.10.0 to 1.10.1 ([#83](https://github.com/SwiftyLab/setup-swift/issues/83)) ([4928498](https://github.com/SwiftyLab/setup-swift/commit/4928498ae8966f566b41948a132fe7e32dd99478))
* bump @babel/traverse and depcheck ([#105](https://github.com/SwiftyLab/setup-swift/issues/105)) ([6bf5161](https://github.com/SwiftyLab/setup-swift/commit/6bf5161f02794ca34b978c043d540d1be4780cd0))

## [1.4.1](https://github.com/SwiftyLab/setup-swift/compare/v1.4.0...v1.4.1) (2023-09-25)


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": "setup-swift",
"version": "1.4.1",
"version": "1.5.0",
"private": true,
"description": "Setup Swift environment.",
"main": "lib/main.js",
Expand Down

0 comments on commit 951e468

Please sign in to comment.