Skip to content

Commit

Permalink
Added changelog, increment version for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
navi1995 committed Jul 20, 2020
1 parent 0d40a90 commit 6527124
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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.3] (2020-07-21)
### Features
* Added README badges, CHANGELOG, Travis CI builds and Coveralls test coverage.

## [1.0.2] (2020-07-21)
### Features
* Production ready version, added unit tests.
* Implemented array of extension ID's as parameter.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-webstore-stats",
"version": "1.0.2",
"version": "1.0.3",
"description": "Fetch stats from Chrome webstore page",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6527124

Please sign in to comment.