Skip to content

Commit c2b5996

Browse files
authored
3.0.6 (#138)
* Adding .npmignore to avoid /lib to be ignored - since it is in .gitignore * 3.0.6
1 parent 68b31f2 commit c2b5996

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.npmignore

Whitespace-only changes.

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
### master
44

5-
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.5...master)
5+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.6...master)
6+
7+
## [3.0.6](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.0.6) (2019-07-26)
8+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.5...3.0.6)
9+
10+
Fix last realease since it was published empty to npm.
611

712
## [3.0.5](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.0.5) (2019-07-26)
813
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.4...3.0.5)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parse/push-adapter",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "Base parse-server-push-adapter",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)