Skip to content

Commit

Permalink
chore: release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Jul 24, 2024
1 parent 6ffee7f commit 981e1a0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.2"
".": "2.0.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

## [2.0.0](https://github.com/npm/types/compare/v1.0.2...v2.0.0) (2024-07-24)

### ⚠️ 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

* [`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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 981e1a0

Please sign in to comment.