ghaction-upx/CHANGELOG.md

61 lines
1.4 KiB
Markdown
Raw Normal View History

2020-04-30 19:40:13 -06:00
# Changelog
2022-05-26 15:33:50 -06:00
## 2.0.0 (2022/05/26)
* Node 16 as default runtime (#169)
* This requires a minimum [Actions Runner](https://github.com/actions/runner/releases/tag/v2.285.0) version of v2.285.0, which is by default available in GHES 3.4 or later.
2022-05-26 03:00:51 -06:00
## 1.5.0 (2022/05/26)
* Update dev dependencies and workflow (#168)
* Bump @actions/core from 1.2.6 to 1.6.0 (#142 #158 #161)
* Bump @actions/exec from 1.0.4 to 1.1.1 (#152 #164)
* Bump @actions/tool-cache from 1.6.1 to 1.7.2 (#151 #165)
* Bump minimist from 1.2.5 to 1.2.6 (#166)
* Bump ansi-regex from 5.0.0 to 5.0.1 (#160)
* Bump tmpl from 1.0.4 to 1.0.5 (#159)
* Bump path-parse from 1.0.6 to 1.0.7 (#157)
* Bump hosted-git-info from 2.8.8 to 2.8.9 (#154)
* Bump ws from 7.3.0 to 7.5.0 (#155)
* Bump lodash from 4.17.20 to 4.17.21 (#153)
* Bump y18n from 4.0.0 to 4.0.3 (#143)
2021-03-27 12:34:57 -06:00
## 1.4.0 (2021/03/27)
* Allow multiple files (#140)
* Container dev workflow (#139)
* Bump node-notifier from 8.0.0 to 8.0.1 (#135)
* Bump @actions/tool-cache from 1.6.0 to 1.6.1 (#134)
* Bump @actions/http-client from 1.0.8 to 1.0.11 (#131 #138)
2020-10-01 12:08:12 -06:00
## 1.3.3 (2020/10/01)
* Fix CVE-2020-15228
2020-05-11 11:26:15 -06:00
## 1.3.2 (2020/05/11)
* Update README
2020-05-07 04:25:52 -06:00
## 1.3.1 (2020/05/07)
* Code cleanup
2020-05-06 13:20:51 -06:00
## 1.3.0 (2020/05/06)
2020-05-06 14:24:05 -06:00
* Use native tools
2020-05-06 13:20:51 -06:00
* Add Codecov
* Update deps
2020-04-30 19:40:13 -06:00
## 1.2.0 (2020/04/09)
* Use ncc and clean workflows
* Update deps
## 1.1.0 (2020/01/17)
* Update deps
## 1.0.0 (2020/01/17)
* Initial version