Skip to content

Commit

Permalink
Bumped the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 14, 2018
1 parent 46175b9 commit 6f79de6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version [4.2.0](https://github.com/cedx/which.js/compare/v4.1.0...v4.2.0)
- Ported the unit tests to classes with experimental decorators.
- Updated the package dependencies.

## Version [4.1.0](https://github.com/cedx/which.js/compare/v4.0.1...v4.1.0)
- Ported the source code to [TypeScript](https://www.typescriptlang.org).
- Replaced [ESDoc](https://esdoc.org) documentation generator by [TypeDoc](https://typedoc.org).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "@cedx/which",
"repository": "cedx/which.js",
"types": "./lib/index.d.ts",
"version": "4.1.0",
"version": "4.2.0",
"bin": {
"which": "./bin/which.js"
},
Expand Down

0 comments on commit 6f79de6

Please sign in to comment.