Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asakusuma committed Jul 22, 2021
1 parent f594e88 commit d7bd26c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# `supported` Changelog
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.4.0] - 2021-7-22
### Added
- Add [configuration file](https://github.com/supportedjs/supported/blob/main/CONFIGURATION.md) feature
- Add `ignorePrereleases` feature to handle proprietary npm repositories [#34](https://github.com/supportedjs/supported/issues/34)
- Improve CI tool UX [#18](https://github.com/supportedjs/supported/issues/18)
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.3.2",
"version": "0.4.0",
"main": "index.js",
"repository": "[email protected]:supportedjs/supported",
"homepage": "https://github.com/supportedjs/supported",
Expand Down

0 comments on commit d7bd26c

Please sign in to comment.