Skip to content

Commit

Permalink
chore(release): 0.23.0
Browse files Browse the repository at this point in the history
# [0.23.0](v0.22.0...v0.23.0) (2022-01-07)

### Bug Fixes

* display warnings and notes ([e0c4e1c](e0c4e1c))
* off by one spans ([c724911](c724911))

### Features

* display warning as warning in popups ([0ec64cf](0ec64cf))
  • Loading branch information
semantic-release-bot committed Jan 7, 2022
1 parent ad8131e commit 58bf1f5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.23.0](https://github.com/hirosystems/clarinet/compare/v0.22.0...v0.23.0) (2022-01-07)


### Bug Fixes

* display warnings and notes ([e0c4e1c](https://github.com/hirosystems/clarinet/commit/e0c4e1c0a1bd41a1814225a2565607523cfb25be))
* off by one spans ([c724911](https://github.com/hirosystems/clarinet/commit/c724911e1f252c123d382947576014fa648638ee))


### Features

* display warning as warning in popups ([0ec64cf](https://github.com/hirosystems/clarinet/commit/0ec64cf4ea53ac169c7f798edca69be24d0c97f9))

# [0.22.0](https://github.com/hirosystems/clarinet/compare/v0.21.2...v0.22.0) (2022-01-05)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clarinet"
version = "0.22.0"
version = "0.23.0"
authors = ["Ludo Galabru <[email protected]>"]
edition = "2018"
description = "Clarinet is a clarity runtime packaged as a command line tool, designed to facilitate smart contract understanding, development, testing and deployment."
Expand Down
2 changes: 1 addition & 1 deletion node-bindings/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stacks-devnet-js"
version = "0.22.0"
version = "0.23.0"
license = "ISC"
edition = "2018"
exclude = ["index.node"]
Expand Down
4 changes: 2 additions & 2 deletions node-bindings/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirosystems/stacks-devnet-js",
"version": "0.22.0",
"version": "0.23.0",
"description": "stacks-devnet-js is a library for writing end to end tests for protocols interacting with the Stacks blockchain and the Bitcoin blockchain.",
"author": "Ludo Galabru",
"repository": "https://github.com/hirosystems/clarinet/tree/main/node-bindings",
Expand Down

0 comments on commit 58bf1f5

Please sign in to comment.