Skip to content

Commit

Permalink
v21.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 24, 2023
1 parent 9e563e5 commit 8cca55e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v21.1.0](https://github.com/ljharb/eslint-config/compare/v21.0.1...v21.1.0) - 2023-05-24

### Commits

- [meta] use `npmignore` to autogenerate an npmignore file [`8750f38`](https://github.com/ljharb/eslint-config/commit/8750f3853dda7271a5a5ab1aa60d3684ecda3e3e)
- [New] add `node/18` and `node/20` entrypoints [`9e563e5`](https://github.com/ljharb/eslint-config/commit/9e563e502efdbbe4a914759739ebfc82fbaf3932)
- [Dev Deps] update `tape` [`56f8a69`](https://github.com/ljharb/eslint-config/commit/56f8a69dca9f08273ad2142e7ba7903dbbb85ddc)

## [v21.0.1](https://github.com/ljharb/eslint-config/compare/v21.0.0...v21.0.1) - 2022-12-31

### Commits
Expand Down
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ljharb/eslint-config",
"version": "21.0.1",
"version": "21.1.0",
"author": "Jordan Harband",
"funding": {
"url": "https://github.com/sponsors/ljharb"
Expand Down Expand Up @@ -46,7 +46,9 @@
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"publishConfig": {
"access": "public"
"ignore": [
".github/workflows"
]
},
"auto-changelog": {
"output": "CHANGELOG.md",
Expand All @@ -59,10 +61,5 @@
},
"dependencies": {
"eslint-scope": "=7.1.0"
},
"publishConfig": {
"ignore": [
".github/workflows"
]
}
}

0 comments on commit 8cca55e

Please sign in to comment.