Skip to content

Commit 7b781ed

Browse files
committed
chore(release): v2.3.0
1 parent 3363806 commit 7b781ed

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v2.3.0
6+
7+
[compare changes](https://github.com/unjs/pkg-types/compare/v2.2.0...v2.3.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **packagejson:** Object format support for `workspaces` field ([#236](https://github.com/unjs/pkg-types/pull/236))
12+
- Add `deno.lock` to known lockfiles ([#244](https://github.com/unjs/pkg-types/pull/244))
13+
- Support `package.json5` and `package.yaml` ([#234](https://github.com/unjs/pkg-types/pull/234))
14+
- `updatePackage`, `sortPackage` and `normalizePackage` utils ([#240](https://github.com/unjs/pkg-types/pull/240))
15+
16+
### 🏡 Chore
17+
18+
- Fix typo in jsdocs ([#237](https://github.com/unjs/pkg-types/pull/237))
19+
- Update lockfile ([76ea1d4](https://github.com/unjs/pkg-types/commit/76ea1d4))
20+
21+
### ❤️ Contributors
22+
23+
- James Garbutt ([@43081j](https://github.com/43081j))
24+
- Eugene ([@outslept](https://github.com/outslept))
25+
- Pooya Parsa ([@pi0](https://github.com/pi0))
26+
- Igal Klebanov <[email protected]>
27+
528
## v2.2.0
629

730
[compare changes](https://github.com/unjs/pkg-types/compare/v2.1.1...v2.2.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pkg-types",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`",
55
"repository": "unjs/pkg-types",
66
"license": "MIT",

0 commit comments

Comments
 (0)