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

Commit d6f19a6

Browse files
authored
Merge pull request #96 from Polymer/141
Release prpl-server 1.4.1
2 parents 78e957a + 442eb16 commit d6f19a6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

11+
## [1.4.1] 2020-08-07
12+
- Clean up unnecessary dependencies.
13+
1114
## [1.4.0] 2019-01-07
1215
- Don't cache response for SW.
1316

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.0",
3+
"version": "1.4.1",
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)