Skip to content

Commit

Permalink
bump version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Jan 16, 2021
1 parent 5d92462 commit f6ee8bf
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 18 deletions.
7 changes: 6 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.4.0 - 2021.01.16

- adding `--json` and `--out` command line options
- upgrading dependencies

# 2.3.0 - 2020.07.09

- releasing command line interface
Expand All @@ -11,7 +16,7 @@

**Don't use version 2.2.0.** There is a mistake in the procedure of releasing version 2.2.0.

- add “@” and versions to keys (foo → [email protected])
- adding “@” and versions to keys (foo → [email protected])
- for more compatibility with NPM License Checker
- bundling (NPM package unpacked size: 18MB → 180kB)
- getting more tolerant to PureScript's internal representations
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.3.0.tgz
pack: elm-license-checker-2.4.0.tgz

elm-license-checker-2.3.0.tgz: bin/elm-license-checker src/js/index.js src/js/index.d.ts output/bundle.js
elm-license-checker-2.4.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 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.3.0",
"version": "2.4.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.3.0
// Type definitions for elm-license-checker 2.4.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
22 changes: 11 additions & 11 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.3.0.tgz",
"elm-license-checker": "file:../elm-license-checker-2.4.0.tgz",
"license-checker": "^25.0.1"
}
}

0 comments on commit f6ee8bf

Please sign in to comment.