Skip to content

Commit

Permalink
chore(release): 3.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.5](v3.0.4...v3.0.5) (2020-02-15)

### Bug Fixes

* remove space from error message ([42f870a](42f870a))
* use `IStore` interface instead of `Storage` ([ff82480](ff82480))
* use `PathLike` type from node ([98a4014](98a4014))
  • Loading branch information
semantic-release-bot committed Feb 15, 2020
1 parent ef5b91d commit a383112
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [3.0.5](https://github.com/streamich/memfs/compare/v3.0.4...v3.0.5) (2020-02-15)


### Bug Fixes

* remove space from error message ([42f870a](https://github.com/streamich/memfs/commit/42f870a31d902f37ccdad7915df8e7806cd3ce29))
* use `IStore` interface instead of `Storage` ([ff82480](https://github.com/streamich/memfs/commit/ff824809b84c98e0ee26b81e601e983bfb6c2e97))
* use `PathLike` type from node ([98a4014](https://github.com/streamich/memfs/commit/98a40143dbc0422541458e1f3243b3c4656e1e98))

## [3.0.4](https://github.com/streamich/memfs/compare/v3.0.3...v3.0.4) (2020-01-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
"version": "3.0.4",
"version": "3.0.5",
"description": "In-memory file-system with Node's fs API.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit a383112

Please sign in to comment.