Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.7 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.7](v1.0.0-alpha.6...v1.0.0-alpha.7) (2021-11-07)

### Features

* React.useRef<bool> ([b0e654c](b0e654c))
  • Loading branch information
EqualMa authored and semantic-release-bot committed Nov 7, 2021
1 parent b0e654c commit ad33786
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [1.0.0-alpha.7](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2021-11-07)


### Features

* React.useRef<bool> ([b0e654c](https://github.com/frender-rs/react-sys/commit/b0e654c662beb774398cf4df95f046e815e3db08))

# [1.0.0-alpha.6](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2021-11-07)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "react-sys"
version = "1.0.0-alpha.6" # replace version
version = "1.0.0-alpha.7" # replace version
edition = "2018"
description = "React bindings for rust"
license = "MIT"
Expand Down

0 comments on commit ad33786

Please sign in to comment.