Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 14, 2021
1 parent f2dbac3 commit cbf4062
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
3.0.2 / 2021-10-31
==================
* [meta] allow npm 8
* [meta] allow npm 7
* [readme] add github actions/codecov badges
* [Deps] update `npm`
* [meta] gitignore coverage output
* [meta] remove unused nsprc file
* [meta] use `prepublishOnly` script for npm 7+
* [meta] ignore <= moderate audit warnings
* [actions] update codecov uploader
* [actions] use `node/install` instead of `node/run`; use `codecov` action
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `safe-publish-latest`, `tape`

3.0.1 / 2021-02-18
==================
* [readme] fix repo URLs; remove travis badge
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deprecations",
"version": "3.0.1",
"version": "3.0.2",
"author": "Jordan Harband <ljharb@gmail.com>",
"funding": {
"url": "https://github.com/sponsors/ljharb"
Expand Down

0 comments on commit cbf4062

Please sign in to comment.