From 0572385a72ab4f85398e7b1f034e5579fff1c8ab Mon Sep 17 00:00:00 2001 From: torki Date: Tue, 12 Jan 2021 13:43:27 +0330 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..90acadd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +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.1.0](https://github.com/ali-master/pwa-badge/compare/v1.0.1...v1.1.0) (2021-01-12) + +### Features + +- Added readonly to the private keys in index.d.ts and improved jsdoc + ([e887132](https://github.com/ali-master/pwa-badge/commit/e887132576a195d10f1a656bd21179e064136063)) +- Added standard-version for creating changelog and auto versioning + ([12c1692](https://github.com/ali-master/pwa-badge/commit/12c169234542911e5566f1a0715de3cb936c5bd9)) +- Run tests before running release command + ([7b9c26e](https://github.com/ali-master/pwa-badge/commit/7b9c26ea5c1a1799d875b0de27ebb0b08fccc9ce)) + +### Bug Fixes + +- CI build + ([eb37614](https://github.com/ali-master/pwa-badge/commit/eb37614657a3846aadef13374cbb6d90b1f6b0bb)) +- Eslint and Travis issues + ([e216860](https://github.com/ali-master/pwa-badge/commit/e216860988e5e379b33cd71dc157f009a1ca32f6)) +- syncClearBadge param + ([8c346f7](https://github.com/ali-master/pwa-badge/commit/8c346f7eac253a98babcf27a1298d25d02352aeb)) diff --git a/package-lock.json b/package-lock.json index 0f9bd2b..a9b1762 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pwa-badge", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3e99bb5..79ce845 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pwa-badge", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "description": "Badging for PWA app icons", "repository": "github:ali-master/pwa-badge",