Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-master committed Jan 12, 2021
1 parent 7b9c26e commit 0572385
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0572385

Please sign in to comment.