From 57f625140d38699d30def52de16644489ac5ae7f Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Mon, 4 Mar 2019 18:36:52 +0900 Subject: [PATCH] Version 2019.1.102 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea1422992..badf3eade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## [2019.1.102](https://github.com/vivliostyle/vivliostyle.js/releases/tag/2019.1.102) - 2019-03-04 ### Fixed diff --git a/package.json b/package.json index 3b99975d0..2c50c985f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vivliostyle", - "version": "2019.1.102-pre", + "version": "2019.1.102", "description": "Library for web sites with rich paged viewing and EPUB support, shared with Vivliostyle Formatter & Browser", "scripts": { "lint": "eslint src test",