From 6343ee46d27a26cfdcb84a534d46639ba129843d Mon Sep 17 00:00:00 2001 From: LasaleFamine Date: Thu, 12 Jul 2018 20:52:52 +0200 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249f20f..18d5f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [1.0.0](https://github.com/PolymerX/polymer-skeleton/compare/v1.0.0-beta-5...v1.0.0) (2018-07-12) + + +### Bug Fixes + +* **manifest-meta:** fixed meta for manifest.json and others ([c9ad2fe](https://github.com/PolymerX/polymer-skeleton/commit/c9ad2fe)) +* **manifest-meta:** missing image ([47b1a1b](https://github.com/PolymerX/polymer-skeleton/commit/47b1a1b)) +* **safari-ios:** adding webcomponents-hi.js for webcomponets ready ([9d4bc92](https://github.com/PolymerX/polymer-skeleton/commit/9d4bc92)) +* **wct:** new wct, removed bower link script ([be28c7f](https://github.com/PolymerX/polymer-skeleton/commit/be28c7f)) +* **wct:** travis command fix ([72e1fa5](https://github.com/PolymerX/polymer-skeleton/commit/72e1fa5)) + + + # [1.0.0-beta-5](https://github.com/PolymerX/polymer-skeleton/compare/v1.0.0-beta-4...v1.0.0-beta-5) (2018-05-06) diff --git a/package.json b/package.json index 48efc1f..fff81d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polymer-skeleton", - "version": "1.0.0-beta-5", + "version": "1.0.0", "main": "src/index.js", "license": "MIT", "author": "LasaleFamine ",