diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c6bcc..e6caa0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.3.4](https://github.com/Shad02w/pnpm-single-version/compare/v1.3.3...v1.3.4) (2022-09-10) + ### [1.3.3](https://github.com/Shad02w/pnpm-single-version/compare/v1.3.2...v1.3.3) (2022-09-10) ### [1.3.2](https://github.com/Shad02w/pnpm-single-version/compare/v1.3.1...v1.3.2) (2022-09-10) diff --git a/package.json b/package.json index b65f652..77fb5da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pnpm-single-version", - "version": "1.3.3", + "version": "1.3.4", "description": "Ensure single version dependencies of pnpm workspace", "main": "dist/index.js", "types": "dist/index.d.ts",