Skip to content

Commit

Permalink
chore(release): 3.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.1](v3.2.0...v3.2.1) (2021-03-31)

### Bug Fixes

* add `The Unlicense` license SDPX in package.json ([#594](#594)) ([0e7b04b](0e7b04b))
  • Loading branch information
semantic-release-bot committed Mar 31, 2021
1 parent 276045a commit cf97b7a
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@
## [3.2.1](https://github.com/streamich/memfs/compare/v3.2.0...v3.2.1) (2021-03-31)


### Bug Fixes

* add `The Unlicense` license SDPX in package.json ([#594](https://github.com/streamich/memfs/issues/594)) ([0e7b04b](https://github.com/streamich/memfs/commit/0e7b04b0d5172846340e95619edaa18579ed5d06))

# [3.2.0](https://github.com/streamich/memfs/compare/v3.1.3...v3.2.0) (2020-05-19)


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": "memfs",
"version": "3.2.0",
"version": "3.2.1",
"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 cf97b7a

Please sign in to comment.