Skip to content

Commit

Permalink
chore(release): v1.0.0-beta.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yyc-git committed Mar 3, 2019
1 parent 721858d commit 99688e1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.0.0-beta.3.1"></a>
# [1.0.0-beta.3.1](https://github.com/Wonder-Technology/Wonder-Editor/compare/v1.0.0-beta.3...v1.0.0-beta.3.1) (2019-03-03)


### Features

* **pwa:** update service-worker.js->cacheName ([161a5f3](https://github.com/Wonder-Technology/Wonder-Editor/commit/161a5f3))



<a name="1.0.0-beta.3"></a>
# [1.0.0-beta.3](https://github.com/Wonder-Technology/Wonder-Editor/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2019-03-03)

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": "wonder-editor",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.3.1",
"authors": "Wonder",
"license": "Apache-2.0",
"repository": "[email protected]:Wonder-Technology/Wonder-Editor.git",
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var dataCacheName = 'wonder-editor';
var cacheName = 'wonder-editor-cache-1.0.0-beta.3';
var cacheName = 'wonder-editor-cache-1.0.0-beta.3.1';
var filesToCache = [
'./',
'./index.html',
Expand Down
2 changes: 1 addition & 1 deletion src/Copyright.re
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let getVersion = () => "1.0.0-beta.3";
let getVersion = () => "1.0.0-beta.3.1";

let getAuthor = () => "Wonder";

Expand Down

0 comments on commit 99688e1

Please sign in to comment.