Skip to content

Commit

Permalink
chore(release): v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 9, 2024
1 parent bfd1fca commit 608aa5c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## v1.1.1

[compare changes](https://github.com/unjs/pkg-types/compare/v1.1.0...v1.1.1)

### 🩹 Fixes

- Check for all lockfiles before ascending directories ([#179](https://github.com/unjs/pkg-types/pull/179))

### 🏡 Chore

- Update lockfile ([bfd1fca](https://github.com/unjs/pkg-types/commit/bfd1fca))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Werheng Zhang ([@werheng](http://github.com/werheng))

## v1.1.0

[compare changes](https://github.com/unjs/pkg-types/compare/v1.0.3...v1.1.0)
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": "1.1.0",
"version": "1.1.1",
"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 608aa5c

Please sign in to comment.