Skip to content

Commit 47364f4

Browse files
authored
build: release (#27)
1 parent 54afe1e commit 47364f4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [1.2.1](https://github.com/parse-server-modules/parse-server-fs-adapter/tree/1.2.1) (2021-10-15)
4+
5+
Bug Fixes
6+
- bump ansi-regex from 5.0.0 to 5.0.1 ([54afe1e](https://github.com/mtrezza/parse-server-fs-adapter/commit/54afe1e97038d8d40509b1d4064e211db1111efb))
7+
- bump path-parse from 1.0.6 to 1.0.7 ([2a5c2c0](https://github.com/mtrezza/parse-server-fs-adapter/commit/2a5c2c05cadd6d06110262ac6b57df0ea8c758a3))
8+
- bump lodash from 4.17.20 to 4.17.21 ([d6279ee](https://github.com/mtrezza/parse-server-fs-adapter/commit/d6279ee7e0d05613b2530af47ca1647744274928))
9+
- bump y18n from 4.0.0 to 4.0.1 ([fc05ad6](https://github.com/mtrezza/parse-server-fs-adapter/commit/fc05ad6cd3c3b72d395fa57cb745cb486ba2e4c9))
10+
311
## [1.2.0](https://github.com/parse-server-modules/parse-server-fs-adapter/tree/1.2.0) (2020-10-25)
412

513
- Switch from fileKey to encryptionKey [\#17](https://github.com/parse-community/parse-server-fs-adapter/pull/17) (thanks to [Corey](https://github.com/cbaker6))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)