Skip to content

Commit 89df6a5

Browse files
EqualMasemantic-release-bot
authored andcommitted
chore(release): 1.0.0-alpha.2 [skip ci]
# [1.0.0-alpha.2](v1.0.0-alpha.1...v1.0.0-alpha.2) (2021-11-06) ### Bug Fixes * cargo keywords max to 5 ([cd9de32](cd9de32)) * js snippets ([2fd853a](2fd853a)) ### Features * ReactDOM.render ([51485d6](51485d6))
1 parent 2fd853a commit 89df6a5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.0.0-alpha.2](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2021-11-06)
2+
3+
4+
### Bug Fixes
5+
6+
* cargo keywords max to 5 ([cd9de32](https://github.com/frender-rs/react-sys/commit/cd9de32b83619574d123572145b151dc6baa9afa))
7+
* js snippets ([2fd853a](https://github.com/frender-rs/react-sys/commit/2fd853a798635b3c20981b679284e76bcdf36155))
8+
9+
10+
### Features
11+
12+
* ReactDOM.render ([51485d6](https://github.com/frender-rs/react-sys/commit/51485d6fb19aa5eb3326edc538439d81865d7c8b))
13+
114
# 1.0.0-alpha.1 (2021-11-06)
215

316

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "react-sys"
3-
version = "1.0.0-alpha.1" # replace version
3+
version = "1.0.0-alpha.2" # replace version
44
edition = "2018"
55
description = "React bindings for rust"
66
license = "MIT"

0 commit comments

Comments
 (0)