Skip to content

Commit

Permalink
chore(release): 0.21.2
Browse files Browse the repository at this point in the history
## [0.21.2](v0.21.1...v0.21.2) (2021-12-23)

### Bug Fixes

* rollback to clarity-repl v0.18.0 ([c5db67b](c5db67b))
  • Loading branch information
semantic-release-bot committed Dec 23, 2021
1 parent 7439daf commit e5605ee
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.21.2](https://github.com/hirosystems/clarinet/compare/v0.21.1...v0.21.2) (2021-12-23)


### Bug Fixes

* rollback to clarity-repl v0.18.0 ([c5db67b](https://github.com/hirosystems/clarinet/commit/c5db67be42915492f3a619156611d19133d5fb82))

## [0.21.1](https://github.com/hirosystems/clarinet/compare/v0.21.0...v0.21.1) (2021-12-23)


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.21.1"
version = "0.21.2"
authors = ["Ludo Galabru <ludo@hiro.so>"]
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.21.1"
version = "0.21.2"
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.21.1",
"version": "0.21.2",
"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 e5605ee

Please sign in to comment.