Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Jan 10, 2020
1 parent c156839 commit 0a5b69d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.1.0 - 2020.01.10

- accepting the redundant fields of the `option` record of the `init` function
- using `undefined` as the fields without data of the result instead of `null`
- putting the PureScript dependencies' LICENSEs into the CREDIT

# 2.0.0 - 2020.01.09

## Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[npm]: https://www.npmjs.com/package/elm-license-checker
[npm-badge]: https://img.shields.io/npm/v/elm-license-checker
[pursuit]: https://pursuit.purescript.org/packages/purescript-elm-license-checker/
[pursuit-badge]: https://img.shields.io/badge/pursuit-v2.0.0-%231d222d
[pursuit-badge]: https://img.shields.io/badge/pursuit-v2.1.0-%231d222d

Treats the licenses of the dependencies of a package.

Expand Down
2 changes: 1 addition & 1 deletion 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": "elm-license-checker",
"version": "2.0.0",
"version": "2.1.0",
"description": "Check the licenses of Elm packages.",
"main": "./src/index.js",
"types": "./src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for elm-license-checker 2.0.0
// Type definitions for elm-license-checker 2.1.0
// Project: https://github.com/kakkun61/elm-license-checker
// Definitions by: 岡本和樹 (Kazuki Okamoto) <https://github.com/kakkun61>,
// Rogier Schouten <https://github.com/rogierschouten>,
Expand Down

0 comments on commit 0a5b69d

Please sign in to comment.