Skip to content

Commit

Permalink
release v0.4.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
KostiantynPopovych authored Mar 15, 2023
1 parent af53339 commit bbab182
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# main (unreleased)

-[[feature]: refactor `depngn` internals to read files directly, instead of using `npm`/`yarn` commands](https://github.com/upgradejs/depngn/pull/39)
-[[bugfix]: support Node versions 10-14](https://github.com/upgradejs/depngn/pull/35)
# 0.4.0
- [[feature]: refactor `depngn` internals to read files directly, instead of using `npm`/`yarn` commands](https://github.com/upgradejs/depngn/pull/39)
- [[bugfix]: filter out `__ngcc_entry_points__.json` file](https://github.com/upgradejs/depngn/pull/38)
- [[bugfix]: remove whitespace from certain malformed version ranges](https://github.com/upgradejs/depngn/pull/37)
- [[bugfix]: support Node versions 10-14](https://github.com/upgradejs/depngn/pull/35)

# 0.3.0
-[[feature]: add the ability to perform the check in the specified path using --cwd option](https://github.com/upgradejs/depngn/pull/30)
- [[feature]: add the ability to perform the check in the specified path using `--cwd` option](https://github.com/upgradejs/depngn/pull/30)

# 0.2.0
- [[feature]: add links to the GitHub repo to be able to navigate from the npm package page](https://github.com/upgradejs/depngn/pull/27)
Expand Down
4 changes: 2 additions & 2 deletions 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": "depngn",
"version": "0.3.0",
"version": "0.4.0",
"description": "Determine the compatibility of your packages with a given Node version",
"author": "Lewis D'Avanzo",
"license": "MIT",
Expand Down

0 comments on commit bbab182

Please sign in to comment.