Skip to content

Commit

Permalink
chore: release 2.0.0 (#34)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.0.0](v1.0.2...v2.0.0)
(2024-08-07)

### ⚠️ BREAKING CHANGES

* update types (#29)
* refactor to use @npmcli/template-oss (#31)

### Features

*
[`123bb67`](123bb67)
[#29](#29) update types (#29) (@broofa,
@jablko, @lukekarrys)
*
[`f09f754`](f09f754)
[#31](#31) refactor to use
@npmcli/template-oss (#31) (@lukekarrys)

### Bug Fixes

*
[`6ffee7f`](6ffee7f)
[#60](#60) add missing fields, fix up
array type, add comments (#60) (@broofa, @styfle)
*
[`4548f2c`](4548f2c)
[#39](#39) linting cleanup (#39)
(@lukekarrys)

### Documentation

*
[`5511d4b`](5511d4b)
[#40](#40) fix README typo, improve
PackageJSON description (#40) (@broofa, @styfle)
*
[`1a08144`](1a08144)
[#37](#37) fix typo in readme (#37)
(@lukekarrys)

### Chores

*
[`d323311`](d323311)
[#70](#70) bump @types/node from
20.12.10 to 22.1.0 (#70) (@dependabot[bot])
*
[`4761562`](4761562)
[#71](#71) bump
@typescript-eslint/parser from 7.18.0 to 8.0.1 (#71) (@dependabot[bot])
*
[`3687a18`](3687a18)
[#38](#38) simplify template-oss config
(#38) (@lukekarrys)
*
[`1a1fd85`](1a1fd85)
[#36](#36) remove build script and
update snapshots and tsconfig (#36) (@lukekarrys)
*
[`3172a32`](3172a32)
update template-oss files for main branch (@lukekarrys)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 13, 2024
1 parent d323311 commit 19fdbfb
Show file tree
Hide file tree
Showing 3 changed files with 33 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"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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 19fdbfb

Please sign in to comment.