Skip to content

Commit

Permalink
Updated changelog and incremented minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrich committed Dec 13, 2021
1 parent a300066 commit d432265
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2021-12-12

### Added
* Latest NPM dependencies
* `glob-parent` `^5.1.2` and `ansi-regex` `^5.0.1` to yarn resolutions due to CVE flagged by Github during build.

## [0.4.1] - 2021-10-23
* Upgraded all dependencies to latest versions. Specific `eslint` and `gulp-eslint` versions are causing conflicts for some packages. The version conflicts are not related to this package, but are solved by temporarrily adding `resolutions` for `eslint` and `lodash`.

[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.4.1
[Unreleased]: https://github.com/toreda/build-tools/compare/v0.4.1...HEAD
[0.6.0]: https://github.com/toreda/build-tools/compare/v0.4.1...v0.6.0
[0.4.1]: https://github.com/toreda/build-tools/releases/tag/v0.4.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toreda/build-tools",
"version": "0.5.9",
"version": "0.6.0",
"description": "",
"public": true,
"main": "./dist/index.js",
Expand Down

0 comments on commit d432265

Please sign in to comment.