diff --git a/CHANGELOG.md b/CHANGELOG.md index 336cb03..da40e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index cbcf7b7..fcf88f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deprecations", - "version": "3.0.2", + "version": "3.0.3", "author": "Jordan Harband ", "funding": { "url": "https://github.com/sponsors/ljharb"