Skip to content

Commit

Permalink
chore(release): v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 14, 2025
1 parent edb9c09 commit bd9e02c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.3.1

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

### 🩹 Fixes

- Detect `bun.lock` ([#210](https://github.com/unjs/pkg-types/pull/210))

### 🏡 Chore

- Apply automated updates ([a006a0d](https://github.com/unjs/pkg-types/commit/a006a0d))
- Update deps ([686c3aa](https://github.com/unjs/pkg-types/commit/686c3aa))
- Update pathe to v2 ([edb9c09](https://github.com/unjs/pkg-types/commit/edb9c09))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Yacine Kanzari ([@yxuko](http://github.com/yxuko))

## v1.3.0

[compare changes](https://github.com/unjs/pkg-types/compare/v1.2.1...v1.3.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.3.0",
"version": "1.3.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 bd9e02c

Please sign in to comment.