Skip to content

Commit

Permalink
Project: Uprev to v1.4.0 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed Apr 20, 2022
1 parent 141f590 commit 713d1e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.4.0 - 2022-04-19
- Add `11.2-2022.02` release
- Improve internal processing of 'latest' gcc release tag
- Updated node dependencies with security updates
## v1.4.0 - 2022-04-20
### Added
- Add `11.2-2022.02` release (#24)

### Changed
- Improve internal processing of 'latest' gcc release tag (#24)
- Updated node dependencies with security updates (#22, #23)

## v1.3.0 - 2021-11-08
### Added
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": "arm-none-eabi-gcc-action",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"description": "GitHub Action to install arm-none-eabi-gcc",
"main": "lib/main.js",
Expand Down

0 comments on commit 713d1e0

Please sign in to comment.