Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Release version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Aug 28, 2019
1 parent fc910fd commit a32563d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 0.1.2 (2019-08-27)

- Fix security issues in dependencies via npm audit

### 0.1.1 (2018-08-03)

- Fix a bug due to Safari not dispatching the pagehide or visibilitychange events (#3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "page-lifecycle",
"version": "0.1.1",
"version": "0.1.2",
"description": "A JavaScript library to observe Page Lifecycle API states: https://github.com/WICG/page-lifecycle",
"license": "Apache-2.0",
"main": "dist/lifecycle.es5.js",
Expand Down

0 comments on commit a32563d

Please sign in to comment.