Skip to content

Commit e26aebb

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 2.1.0
1 parent 9780470 commit e26aebb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.1.0"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/npm/types/compare/v2.0.0...v2.1.0) (2024-10-07)
4+
### Features
5+
* [`9780470`](https://github.com/npm/types/commit/978047035dbe14c3dafb65eaa31413a5f8a9d197) [#85](https://github.com/npm/types/pull/85) add devEngines (#85) (@reggi)
6+
### Chores
7+
* [`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])
8+
* [`d721997`](https://github.com/npm/types/commit/d721997881c582f0f10514c513fafbfd739e8332) [#79](https://github.com/npm/types/pull/79) postinstall for dependabot template-oss PR (@hashtagchris)
9+
* [`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])
10+
311
## [2.0.0](https://github.com/npm/types/compare/v1.0.2...v2.0.0) (2024-08-07)
412

513
### ⚠️ BREAKING CHANGES

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npm/types",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Typescript definitions for npm registry content",
55
"types": "./types/index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)