Skip to content

Commit

Permalink
bump version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Jul 8, 2020
1 parent f6498d8 commit 57c1911
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.3.0 - 2020.07.09

- releasing command line interface
- just `--customPath` option available

# 2.2.1 - 2020.01.16

- fixing the mistake of releasing version 2.2.0
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ output/bundle.js: build
npx spago bundle-module --no-build --main ElmLicenseChecker.Bundle --to .\output\bundle.js

.PHONY: pack
pack: elm-license-checker-2.2.1.tgz
pack: elm-license-checker-2.3.0.tgz

elm-license-checker-2.2.1.tgz: bin/elm-license-checker src/js/index.js src/js/index.d.ts output/bundle.js
elm-license-checker-2.3.0.tgz: bin/elm-license-checker src/js/index.js src/js/index.d.ts output/bundle.js
npm pack

.PHONY: format
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.2.1-%231d222d
[pursuit-badge]: https://img.shields.io/badge/pursuit-v2.3.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.2.1",
"version": "2.3.0",
"description": "Check the licenses of Elm packages.",
"main": "./src/js/index.js",
"types": "./src/js/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/js/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for elm-license-checker 2.2.1
// Type definitions for elm-license-checker 2.3.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
4 changes: 2 additions & 2 deletions test-asset/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 test-asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "",
"devDependencies": {
"elm-license-checker": "file:../elm-license-checker-2.2.1.tgz",
"elm-license-checker": "file:../elm-license-checker-2.3.0.tgz",
"license-checker": "^25.0.1"
}
}

0 comments on commit 57c1911

Please sign in to comment.