Skip to content

Commit bc6c0a8

Browse files
committed
chore(main): release utils 1.15.1
1 parent cb89eb1 commit bc6c0a8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.15.0"
2+
".": "1.15.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.15.1](https://github.com/sandworm-hq/sandworm-utils/compare/utils-v1.15.0...utils-v1.15.1) (2023-02-17)
4+
5+
6+
### Bug Fixes
7+
8+
* labeling when the dep graph has cycles ([cb89eb1](https://github.com/sandworm-hq/sandworm-utils/commit/cb89eb113b21de20f4a90b854fe8346c8880e4c5))
9+
310
## [1.15.0](https://github.com/sandworm-hq/sandworm-utils/compare/utils-v1.14.0...utils-v1.15.0) (2023-02-14)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sandworm/utils",
3-
"version": "1.15.0",
3+
"version": "1.15.1",
44
"description": "Utilities for working with npm packages 🪱",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)