Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 27, 2021
1 parent da4567f commit 7e3d81f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [0.3.0](https://github.com/unjs/pkg-types/compare/v0.2.3...v0.3.0) (2021-10-27)


### ⚠ BREAKING CHANGES

* improve resolving (#4)

### Features

* improve resolving ([#4](https://github.com/unjs/pkg-types/issues/4)) ([da4567f](https://github.com/unjs/pkg-types/commit/da4567f9fac680e9ce0ad1e9428da721cf4f8b7f))

### [0.2.3](https://github.com/unjs/pkg-types/compare/v0.2.2...v0.2.3) (2021-10-26)

### [0.2.2](https://github.com/unjs/pkg-types/compare/v0.2.1...v0.2.2) (2021-10-26)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkg-types",
"version": "0.2.3",
"version": "0.3.0",
"description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 7e3d81f

Please sign in to comment.