Skip to content

Commit

Permalink
chore(release): 1.12.0
Browse files Browse the repository at this point in the history
## [1.12.0](v1.11.2...v1.12.0) (2023-04-13)

### Features

* verify `exports` field in `package.json` ([6a7408f](6a7408f)), closes [#159](#159)

### Dependency upgrades

* **deps:** update dependency semver to v7.4.0 ([0e53246](0e53246))
  • Loading branch information
semantic-release-bot committed Apr 13, 2023
1 parent 0ce8ac0 commit ae885f5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# npm-pkg-lint changelog

## [1.12.0](https://github.com/ext/npm-pkg-lint/compare/v1.11.2...v1.12.0) (2023-04-13)

### Features

- verify `exports` field in `package.json` ([6a7408f](https://github.com/ext/npm-pkg-lint/commit/6a7408f8813fbec13a9e53ee1f0f2db0068e5681)), closes [#159](https://github.com/ext/npm-pkg-lint/issues/159)

### Dependency upgrades

- **deps:** update dependency semver to v7.4.0 ([0e53246](https://github.com/ext/npm-pkg-lint/commit/0e532463488f556f6232189e621b30e300d10e1b))

## [1.11.2](https://github.com/ext/npm-pkg-lint/compare/v1.11.1...v1.11.2) (2023-01-15)

### Bug Fixes
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
@@ -1,6 +1,6 @@
{
"name": "npm-pkg-lint",
"version": "1.11.2",
"version": "1.12.0",
"description": "Opinionated linter for NPM package tarball and package.json metadata",
"keywords": [
"lint",
Expand Down

0 comments on commit ae885f5

Please sign in to comment.