Skip to content

Commit 5cb50e2

Browse files
committed
chore(release): 1.3.0
1 parent 487edcb commit 5cb50e2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [1.3.0](https://github.com/Shad02w/pnpm-single-version/compare/v1.2.7...v1.3.0) (2022-08-28)
6+
7+
8+
### Features
9+
10+
* added install and check command ([f38f0cb](https://github.com/Shad02w/pnpm-single-version/commit/f38f0cb5ffd34315c4324508b44b2172d2667907))
11+
12+
13+
### Bug Fixes
14+
15+
* find package.json root when it is not a monorepo ([0057fbb](https://github.com/Shad02w/pnpm-single-version/commit/0057fbb219c0871c837c83a17c3cb3182d0282cf))
16+
517
### [1.2.7](https://github.com/Shad02w/pnpm-single-version/compare/v1.2.6...v1.2.7) (2022-08-20)
618

719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pnpm-single-version",
3-
"version": "1.2.7",
3+
"version": "1.3.0",
44
"description": "Ensure single version dependencies of pnpm workspace",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)