Skip to content

Commit

Permalink
(pub): publish v0.1.1
Browse files Browse the repository at this point in the history
- fixes/enables support for Node usage
- adds docs for Node and SSR usage
- adds docs note about compatibility w/ redux-persist Storage Engines
- adds CHANGELOG.md that links to GH Releases page

- various internal improvements
  - adds Travis CI support
  - adds changelog and pub scripts
  - reorders package.json fields
  - audit fixes devDeps
  - makes docs track latest release by SemVer
  • Loading branch information
agilgur5 committed Jul 27, 2019
1 parent a7bb1fc commit 42357c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- releases / versioning -->
[![package-json](https://img.shields.io/github/package-json/v/agilgur5/mst-persist.svg)](https://npmjs.org/package/mst-persist)
[![releases](https://img.shields.io/github/tag-pre/agilgur5/mst-persist.svg)](https://github.com/agilgur5/mst-persist/releases)
[![commits](https://img.shields.io/github/commits-since/agilgur5/mst-persist/v0.1.0.svg)](https://github.com/agilgur5/mst-persist/commits/master)
[![commits](https://img.shields.io/github/commits-since/agilgur5/mst-persist/v0.1.1.svg)](https://github.com/agilgur5/mst-persist/commits/master)
<br><!-- downloads -->
[![dt](https://img.shields.io/npm/dt/mst-persist.svg)](https://npmjs.org/package/mst-persist)
[![dy](https://img.shields.io/npm/dy/mst-persist.svg)](https://npmjs.org/package/mst-persist)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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": "mst-persist",
"version": "0.1.0",
"version": "0.1.1",
"description": "Persist and hydrate MobX-state-tree stores",
"main": "dist/index.js",
"module": "dist/mst-persist.esm.js",
Expand Down

0 comments on commit 42357c0

Please sign in to comment.