Skip to content

Commit 32b1e0c

Browse files
committed
Release 1.0.1
1 parent 36f940b commit 32b1e0c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
3+
## [1.0.1](https://github.com/parse-server-modules/parse-server-fs-adapter/tree/1.0.1) (2016-08-15)
4+
**Closed issues:**
5+
6+
- npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue [\#4](https://github.com/parse-server-modules/parse-server-fs-adapter/issues/4)
7+
- getFileLocation return invalid URL [\#1](https://github.com/parse-server-modules/parse-server-fs-adapter/issues/1)
8+
9+
**Merged pull requests:**
10+
11+
- Fix issue \#1 [\#2](https://github.com/parse-server-modules/parse-server-fs-adapter/pull/2) ([dtsolis](https://github.com/dtsolis))
12+
13+
14+
15+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server-fs-adapter",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "File system adapter for parse-server",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)