From bd9e02c79a298432f64d8d067d7f55947a63f65e Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 14 Jan 2025 13:35:56 +0100 Subject: [PATCH] chore(release): v1.3.1 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7009b0..b7dfd01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 72c8a1f..147829a 100644 --- a/package.json +++ b/package.json @@ -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",