From 2a1091a715d888809b28497b03dc1526eb8553f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:42:15 +0000 Subject: [PATCH] chore: release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md 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..33f92e1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## [2.0.0](https://github.com/npm/types/compare/v1.0.2...v2.0.0) (2024-05-06) + +### ⚠️ BREAKING CHANGES + +* refactor to use @npmcli/template-oss (#31) + +### Features + +* [`f09f754`](https://github.com/npm/types/commit/f09f7542fd8f5df1dbefd4461f4bc7c320d03eab) [#31](https://github.com/npm/types/pull/31) refactor to use @npmcli/template-oss (#31) (@lukekarrys) +* [`da559b5`](https://github.com/npm/types/commit/da559b51908c85eaad5de0788d0d6b520c3fdfeb) [#1](https://github.com/npm/types/pull/1) rename AbbreviatedPackument to Manifest (@soldair) +* [`13ec1c8`](https://github.com/npm/types/commit/13ec1c8e87606fc8a20b67d75ad74f50c28a56c1) [#1](https://github.com/npm/types/pull/1) s/Person/Maintainer/ much better name (@soldair) +* [`23a9796`](https://github.com/npm/types/commit/23a9796373b290dce6562899c4d29041240479a2) [#1](https://github.com/npm/types/pull/1) adding abbreviated packument (@soldair) +* [`cebf361`](https://github.com/npm/types/commit/cebf361d875b4a104f0989c67b8185d101ce89dc) [#1](https://github.com/npm/types/pull/1) baseline works. (@soldair) + +### Bug Fixes + +* [`a7f84e7`](https://github.com/npm/types/commit/a7f84e7e1e87f21bb5515136f317ebbb81981827) whitspace (@darcyclarke) +* [`47d016a`](https://github.com/npm/types/commit/47d016ac79783800adf9acb8fe73223cb63d2dcf) [#2](https://github.com/npm/types/pull/2) add missing 'n' in PackageJson.depe(n)dencies (@forivall) + +### Chores + +* [`28a7950`](https://github.com/npm/types/commit/28a7950cac1b382d7d48ab6884241a3f4ac6e95c) remove .npmrc & github package registry publishing (@darcyclarke) +* [`6f90a4a`](https://github.com/npm/types/commit/6f90a4a2e2ada9a4545079f23c6cd09d1594e80f) add eslint rules (@darcyclarke) +* [`c30e390`](https://github.com/npm/types/commit/c30e390e63a74f64d30fffb95be1d61fbb22ba78) [#1](https://github.com/npm/types/pull/1) adding npms license (@soldair) +* [`e4d7eb0`](https://github.com/npm/types/commit/e4d7eb06e6c622192959e048007d41e5460efc92) [#1](https://github.com/npm/types/pull/1) inital setup (@soldair) diff --git a/package.json b/package.json index 6997ade..cbff56a 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", "main": "./dist/commonjs/index.js", "types": "./dist/commonjs/index.d.ts",