Update version and changelog

This commit is contained in:
manubo
2019-09-28 09:56:56 +02:00
parent e8ab05295e
commit 8767137066
2 changed files with 7 additions and 1 deletions

View File

@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add support for starting/stopping a timer - Add support for starting/stopping a timer
- Show hours as HH:MM or decimal in the Bubble, depending on setting in MOCO - Show hours as HH:MM or decimal in the Bubble, depending on setting in MOCO
## [1.3.0-alpha] - 2019-09-28
### Changed
- Start a new timer or stop a running timer
## [1.2.4] - 2019-09-20 ## [1.2.4] - 2019-09-20
### Changed ### Changed

View File

@@ -1,7 +1,7 @@
{ {
"name": "moco-browser-extensions", "name": "moco-browser-extensions",
"description": "Browser plugin for MOCO", "description": "Browser plugin for MOCO",
"version": "1.2.4", "version": "1.3.0",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"start": "yarn start:chrome", "start": "yarn start:chrome",