Skip to content

Commit dbdac52

Browse files
committed
chore(main): release utils 1.15.0
1 parent 69143fc commit dbdac52

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.14.0"
2+
".": "1.15.0"
33
}

CHANGELOG.md

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

3+
## [1.15.0](https://github.com/sandworm-hq/sandworm-utils/compare/utils-v1.14.0...utils-v1.15.0) (2023-02-14)
4+
5+
6+
### Features
7+
8+
* return full errors when generating graphs ([430fdc2](https://github.com/sandworm-hq/sandworm-utils/commit/430fdc2138e948ea4a0093f186fceeb066a5ae62))
9+
10+
11+
### Bug Fixes
12+
13+
* remove unreliable readme info from npm api ([69143fc](https://github.com/sandworm-hq/sandworm-utils/commit/69143fc4034a697135ea9e0b85a60d649cf45848))
14+
315
## [1.14.0](https://github.com/sandworm-hq/sandworm-utils/compare/utils-v1.13.2...utils-v1.14.0) (2023-02-13)
416

517

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.14.0",
3+
"version": "1.15.0",
44
"description": "Utilities for working with npm packages 🪱",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)