Skip to content

Commit 395df23

Browse files
committed
chore(release): v1.2.1
1 parent e1234ea commit 395df23

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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+
## v1.2.1
6+
7+
[compare changes](https://github.com/unjs/pkg-types/compare/v1.2.0...v1.2.1)
8+
9+
### 🩹 Fixes
10+
11+
- Optional fields from `publishConfig` ([#194](https://github.com/unjs/pkg-types/pull/194))
12+
- **tsconfig:** Add missing `references` key ([#198](https://github.com/unjs/pkg-types/pull/198))
13+
14+
### 🏡 Chore
15+
16+
- Update dependencies ([c173fc7](https://github.com/unjs/pkg-types/commit/c173fc7))
17+
- Lint ([ce3d808](https://github.com/unjs/pkg-types/commit/ce3d808))
18+
- Format packagejson.ts ([5cbff11](https://github.com/unjs/pkg-types/commit/5cbff11))
19+
- Apply automated updates ([e1234ea](https://github.com/unjs/pkg-types/commit/e1234ea))
20+
21+
### ✅ Tests
22+
23+
- **packagejson:** Add tests for partial objects ([e2dc735](https://github.com/unjs/pkg-types/commit/e2dc735))
24+
25+
### ❤️ Contributors
26+
27+
- Pooya Parsa ([@pi0](http://github.com/pi0))
28+
- Johan Meester <johan.meester71@gmail.com>
29+
- Kevin Deng 三咲智子 <sxzz@sxzz.moe>
30+
531
## v1.2.0
632

733
[compare changes](https://github.com/unjs/pkg-types/compare/v1.1.3...v1.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": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`",
55
"license": "MIT",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)