Skip to content

Commit b7962f3

Browse files
chore: bump version to 0.0.5
1 parent 6e4aba8 commit b7962f3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.0.5](https://github.com/frederick-wang/pyreactivity/compare/v0.0.4...v0.0.5) (2023-01-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **reactive:** fix the bug of proxy ([6161311](https://github.com/frederick-wang/pyreactivity/commit/61613114d759f9e646038bcdd530e3bd8c635fd6))
7+
* **reactive:** fix the support of ndarray ([6e4aba8](https://github.com/frederick-wang/pyreactivity/commit/6e4aba8f85da4e8cb9c547b9ea816b17c8bfccc4))
8+
9+
10+
111
## [0.0.4](https://github.com/frederick-wang/pyreactivity/compare/v0.0.3...v0.0.4) (2023-01-17)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pyreactivity",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "A Python package for reactivity like Vue.js.",
55
"main": "index.js",
66
"scripts": {

src/reactivity/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.4'
1+
__version__ = '0.0.5'

0 commit comments

Comments
 (0)