diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7925359 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog + +## [2.0.0](https://github.com/npm/types/compare/v1.0.2...v2.0.0) (2024-08-07) + +### ⚠️ BREAKING CHANGES + +* update types (#29) +* refactor to use @npmcli/template-oss (#31) + +### Features + +* [`123bb67`](https://github.com/npm/types/commit/123bb67ded41470435fca76f30911ffa344bc615) [#29](https://github.com/npm/types/pull/29) update types (#29) (@broofa, @jablko, @lukekarrys) +* [`f09f754`](https://github.com/npm/types/commit/f09f7542fd8f5df1dbefd4461f4bc7c320d03eab) [#31](https://github.com/npm/types/pull/31) refactor to use @npmcli/template-oss (#31) (@lukekarrys) + +### Bug Fixes + +* [`6ffee7f`](https://github.com/npm/types/commit/6ffee7fc58b1764e0ff50403d86dcb5a703b9490) [#60](https://github.com/npm/types/pull/60) add missing fields, fix up array type, add comments (#60) (@broofa, @styfle) +* [`4548f2c`](https://github.com/npm/types/commit/4548f2cd83b631c951e622ff5c0f5112437e4d4d) [#39](https://github.com/npm/types/pull/39) linting cleanup (#39) (@lukekarrys) + +### Documentation + +* [`5511d4b`](https://github.com/npm/types/commit/5511d4bc6c86bdf44b44efcea4ef038293c40773) [#40](https://github.com/npm/types/pull/40) fix README typo, improve PackageJSON description (#40) (@broofa, @styfle) +* [`1a08144`](https://github.com/npm/types/commit/1a08144a61ef3db9100e303f9adec241fdc2011a) [#37](https://github.com/npm/types/pull/37) fix typo in readme (#37) (@lukekarrys) + +### Chores + +* [`d323311`](https://github.com/npm/types/commit/d3233112ba9438425b3b709db478100e3c1efb97) [#70](https://github.com/npm/types/pull/70) bump @types/node from 20.12.10 to 22.1.0 (#70) (@dependabot[bot]) +* [`4761562`](https://github.com/npm/types/commit/4761562425fc1147109997455d09b8d1566444c2) [#71](https://github.com/npm/types/pull/71) bump @typescript-eslint/parser from 7.18.0 to 8.0.1 (#71) (@dependabot[bot]) +* [`3687a18`](https://github.com/npm/types/commit/3687a18e1be7e1dd99ffe90d4ed5cd15d57c9dfa) [#38](https://github.com/npm/types/pull/38) simplify template-oss config (#38) (@lukekarrys) +* [`1a1fd85`](https://github.com/npm/types/commit/1a1fd851040cba2dbdb1653b80e94744e2bada53) [#36](https://github.com/npm/types/pull/36) remove build script and update snapshots and tsconfig (#36) (@lukekarrys) +* [`3172a32`](https://github.com/npm/types/commit/3172a327b4f156c6d8f2a43105ef36a99c7b0c71) update template-oss files for main branch (@lukekarrys) diff --git a/package.json b/package.json index e9fbdf3..a332d85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npm/types", - "version": "1.0.2", + "version": "2.0.0", "description": "Typescript definitions for npm registry content", "types": "./types/index.d.ts", "scripts": {