Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2022-05-08)

### ci

* **github:** use latest node version, split jobs, and improve artifact… ([#37](#37)) ([81b1a11](81b1a11))
  • Loading branch information
semantic-release-bot committed May 8, 2022
1 parent 81b1a11 commit c248c33
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/blephy/simple-rxstate/compare/v1.0.0...v1.0.1) (2022-05-08)


### ci

* **github:** use latest node version, split jobs, and improve artifact… ([#37](https://github.com/blephy/simple-rxstate/issues/37)) ([81b1a11](https://github.com/blephy/simple-rxstate/commit/81b1a113c2e1d8c3c182120d707aa664cee37b3a))

## [1.0.1-alpha.1](https://github.com/blephy/simple-rxstate/compare/v1.0.0...v1.0.1-alpha.1) (2022-05-08)


Expand Down
3 changes: 3 additions & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare const TEST = "hello";
export { TEST };
//# sourceMappingURL=index.d.ts.map
1 change: 1 addition & 0 deletions lib/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-rxstate",
"version": "1.0.1-alpha.1",
"version": "1.0.1",
"description": "Simple rxjs based state management system",
"author": "Allan Dollé <hello@allandolle.fr> (https://allandolle.fr/)",
"homepage": "https://github.com/blephy/simple-rxstate#readme",
Expand Down

0 comments on commit c248c33

Please sign in to comment.