Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 24, 2022
1 parent 4cdb72f commit 291bba2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.0.3 / 2022-06-24
==================
- [Deps] remove explicit `npm` dep; rely on `engines` declaration
- [meta] use `npmignore` to autogenerate an npmignore file
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `safe-publish-latest`, `tape`
- [Dev Deps] pin `@babel/generator`/`@babel/traverse` to v7.17.9 due to https://github.com/jridgewell/gen-mapping/pull/4
- [actions] reuse common workflows

3.0.2 / 2021-10-31
==================
* [meta] allow npm 8
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.2",
"version": "3.0.3",
"author": "Jordan Harband <ljharb@gmail.com>",
"funding": {
"url": "https://github.com/sponsors/ljharb"
Expand Down

0 comments on commit 291bba2

Please sign in to comment.