Skip to content

Commit

Permalink
chore(main): release utils 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Feb 14, 2023
1 parent 69143fc commit dbdac52
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.14.0"
".": "1.15.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.15.0](https://github.com/sandworm-hq/sandworm-utils/compare/utils-v1.14.0...utils-v1.15.0) (2023-02-14)


### Features

* return full errors when generating graphs ([430fdc2](https://github.com/sandworm-hq/sandworm-utils/commit/430fdc2138e948ea4a0093f186fceeb066a5ae62))


### Bug Fixes

* remove unreliable readme info from npm api ([69143fc](https://github.com/sandworm-hq/sandworm-utils/commit/69143fc4034a697135ea9e0b85a60d649cf45848))

## [1.14.0](https://github.com/sandworm-hq/sandworm-utils/compare/utils-v1.13.2...utils-v1.14.0) (2023-02-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sandworm/utils",
"version": "1.14.0",
"version": "1.15.0",
"description": "Utilities for working with npm packages 🪱",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit dbdac52

Please sign in to comment.