We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276045a commit cf97b7aCopy full SHA for cf97b7a
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.2.1](https://github.com/streamich/memfs/compare/v3.2.0...v3.2.1) (2021-03-31)
2
+
3
4
+### Bug Fixes
5
6
+* add `The Unlicense` license SDPX in package.json ([#594](https://github.com/streamich/memfs/issues/594)) ([0e7b04b](https://github.com/streamich/memfs/commit/0e7b04b0d5172846340e95619edaa18579ed5d06))
7
8
# [3.2.0](https://github.com/streamich/memfs/compare/v3.1.3...v3.2.0) (2020-05-19)
9
10
package.json
@@ -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",
0 commit comments