Skip to content

Commit

Permalink
chore(main): release sinkchart 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Nov 28, 2022
1 parent bc2c2e2 commit e082516
Show file tree
Hide file tree
Showing 3 changed files with 10 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.1.0"
".": "1.2.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.0](https://github.com/sandworm-hq/sinkchart/compare/sinkchart-v1.1.0...sinkchart-v1.2.0) (2022-11-28)


### Features

* build all charts by default ([a1db19a](https://github.com/sandworm-hq/sinkchart/commit/a1db19ad97b747989c078be109643eefc1f1e889))
* support all js package managers ([bc2c2e2](https://github.com/sandworm-hq/sinkchart/commit/bc2c2e2e1f7b3306314184eee8a9c77c05099f6a))

## [1.1.0](https://github.com/sandworm-hq/sinkchart/compare/sinkchart-v1.0.0...sinkchart-v1.1.0) (2022-10-27)


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": "sinkchart",
"version": "1.1.0",
"version": "1.2.0",
"description": "Beautiful Visualizations For Your App's Dependencies 🪱",
"main": "src/index.js",
"bin": "src/cli.js",
Expand Down

0 comments on commit e082516

Please sign in to comment.