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 May 6, 2024
1 parent e480be9 commit 6c67e3e
Show file tree
Hide file tree
Showing 3 changed files with 29 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"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

### Features

* [`2fc110f`](https://github.com/npm/types/commit/2fc110f306707cc61706b844883449cdd08ece67) [#30](https://github.com/npm/types/pull/30) refactor to use @npmcli/template-oss (@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)
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",
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
Expand Down

0 comments on commit 6c67e3e

Please sign in to comment.