-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3172a32
commit f6b0ed5
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "1.0.2" | ||
".": "2.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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 (#31) | ||
|
||
### Features | ||
|
||
* [`f09f754`](https://github.com/npm/types/commit/f09f7542fd8f5df1dbefd4461f4bc7c320d03eab) [#31](https://github.com/npm/types/pull/31) refactor to use @npmcli/template-oss (#31) (@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 | ||
|
||
* [`3172a32`](https://github.com/npm/types/commit/3172a327b4f156c6d8f2a43105ef36a99c7b0c71) update template-oss files for main branch (@lukekarrys) | ||
* [`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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters