Skip to content

Commit 7805296

Browse files
committed
chore(release): v2.0.1
1 parent 9eb9a4f commit 7805296

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.0.1
6+
7+
[compare changes](https://github.com/unjs/pkg-types/compare/ab1fe2e8f2c133aa9cb2880fe8fad9a057489a2d...v2.0.1)
8+
9+
### 🩹 Fixes
10+
11+
- Use exsolve for resolving paths ([#215](https://github.com/unjs/pkg-types/pull/215))
12+
13+
### 🏡 Chore
14+
15+
- Update deps ([ea7fe99](https://github.com/unjs/pkg-types/commit/ea7fe99))
16+
17+
### ❤️ Contributors
18+
19+
- Pooya Parsa ([@pi0](https://github.com/pi0))
20+
521
## v2.0.0
622

723
[compare changes](https://github.com/unjs/pkg-types/compare/v1.3.1...v2.0.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.0.0",
3+
"version": "2.0.1",
44
"description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`",
55
"license": "MIT",
66
"sideEffects": false,

0 commit comments

Comments
 (0)