Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP committed Sep 12, 2021
1 parent bf1c853 commit ce7bfd6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

<a name="0.3.5"></a>
## 0.3.5 (2021-09-12)

### Fixed

- 🐛 fix capture tmpdir bug [[bf1c853](https://github.com/SOVLOOKUP/rubickbase/commit/bf1c853aaa15e16207825401c17a254b4c63aa24)]

### Miscellaneous

- Update index.js [[fe68f0a](https://github.com/SOVLOOKUP/rubickbase/commit/fe68f0adcc57973a0d1044289db309aeb2eaee27)]
- Update package.json [[b87eea7](https://github.com/SOVLOOKUP/rubickbase/commit/b87eea7847d2b8223a2c534db2962dc7cfdd20cd)]
* Update package.json ([aa3ff44](https://github.com/SOVLOOKUP/rubickbase/commit/aa3ff441bf96056f642299b5472469cc61c90ec0))


<a name="0.3.4"></a>
## 0.3.4 (2021-09-12)

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubickbase-example",
"version": "0.3.4",
"version": "0.3.5",
"description": "example usage of rubickbase",
"main": "src/index.js",
"author": "sovlookup",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubickbase",
"version": "0.3.4",
"version": "0.3.5",
"description": "Expand native capabilities for nodejs and electron based on rust",
"author": "sovlookup <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rubickbase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubickbase",
"version": "0.3.4",
"version": "0.3.5",
"os": [
"linux",
"win32",
Expand Down
2 changes: 1 addition & 1 deletion packages/rust-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubick_backend",
"version": "0.3.4",
"version": "0.3.5",
"description": "Native Node.js modules that listen/send simulated events to devices",
"main": "index.node",
"homepage": "https://github.com/SOVLOOKUP/rubickbase",
Expand Down

0 comments on commit ce7bfd6

Please sign in to comment.