Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit 49b4b49

Browse files
authored
Merge pull request #100 from Polymer/142
Release 1.4.2
2 parents b430d1e + 808c1fd commit 49b4b49

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
<!-- ## Unreleased -->
99
<!-- Add new, unreleased changes here. -->
1010

11+
## [1.4.2] 2020-08-12
12+
- Update dependencies.
13+
- Clean up unnecessary NPM package files.
14+
1115
## [1.4.1] 2020-08-07
1216
- Clean up unnecessary dependencies.
1317

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": "prpl-server",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "A Node implementation of the PRPL pattern for serving Progressive Web Apps",
55
"repository": "git+https://github.com/Polymer/prpl-server-node.git",
66
"main": "lib/prpl.js",

0 commit comments

Comments
 (0)