Skip to content

Commit

Permalink
Merge pull request #52 from asakusuma/asa/oh-five
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
asakusuma authored Jul 23, 2021
2 parents 542d807 + 153e92b commit 1eabbf6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.5.0] - 2021-7-22

### Added
- Added support for `effectiveReleaseDate` in `primary` policy
- Added support for passing configuration to `run()`

### Breaking
- Dropped support for Node 10, which is no longer LTS
- `processPolicies()` 5th argument now takes the exact shape defined in `CONFIGURATION.md`, rather than the previous policies argument and ignoredDependencies argument.

## [0.4.0] - 2021-7-22
### Added
- Add [configuration file](https://github.com/supportedjs/supported/blob/main/CONFIGURATION.md) feature
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supported",
"version": "0.4.0",
"version": "0.5.0",
"main": "index.js",
"repository": "[email protected]:supportedjs/supported",
"homepage": "https://github.com/supportedjs/supported",
Expand Down

0 comments on commit 1eabbf6

Please sign in to comment.