From e26aebbc95128637ef904df336f97abbb482be57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:20:12 +0000 Subject: [PATCH] chore: release 2.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..969d3db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7925359..133c2b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.0](https://github.com/npm/types/compare/v2.0.0...v2.1.0) (2024-10-07) +### Features +* [`9780470`](https://github.com/npm/types/commit/978047035dbe14c3dafb65eaa31413a5f8a9d197) [#85](https://github.com/npm/types/pull/85) add devEngines (#85) (@reggi) +### Chores +* [`6d3f319`](https://github.com/npm/types/commit/6d3f319a4e717e48da34cd636acfdc6e17e96362) [#78](https://github.com/npm/types/pull/78) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) +* [`d721997`](https://github.com/npm/types/commit/d721997881c582f0f10514c513fafbfd739e8332) [#79](https://github.com/npm/types/pull/79) postinstall for dependabot template-oss PR (@hashtagchris) +* [`a7d8797`](https://github.com/npm/types/commit/a7d8797a1a800d066a19cb627637990da3d812a0) [#79](https://github.com/npm/types/pull/79) bump @npmcli/template-oss from 4.22.0 to 4.23.3 (@dependabot[bot]) + ## [2.0.0](https://github.com/npm/types/compare/v1.0.2...v2.0.0) (2024-08-07) ### ⚠️ BREAKING CHANGES diff --git a/package.json b/package.json index 2b135c8..bed3e22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npm/types", - "version": "2.0.0", + "version": "2.1.0", "description": "Typescript definitions for npm registry content", "types": "./types/index.d.ts", "scripts": {