Skip to content

Commit

Permalink
chore(release): 0.29.1
Browse files Browse the repository at this point in the history
## [0.29.1](v0.29.0...v0.29.1) (2022-05-03)

### Bug Fixes

* fixed problem with contract ordering in lsp ([12bccc5](12bccc5))
  • Loading branch information
semantic-release-bot committed May 3, 2022
1 parent 12bccc5 commit c403059
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.29.1](https://github.com/hirosystems/clarinet/compare/v0.29.0...v0.29.1) (2022-05-03)


### Bug Fixes

* fixed problem with contract ordering in lsp ([12bccc5](https://github.com/hirosystems/clarinet/commit/12bccc5db45a230f7faa91a4ab784a4161c3a135))

# [0.29.0](https://github.com/hirosystems/clarinet/compare/v0.28.1...v0.29.0) (2022-04-21)


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.29.0"
version = "0.29.1"
authors = ["Ludo Galabru <ludo@hiro.so>"]
edition = "2021"
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.29.0"
version = "0.29.1"
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.29.0",
"version": "0.29.1",
"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 c403059

Please sign in to comment.