Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miksuh-dev committed Apr 7, 2024
1 parent 0f37e48 commit 87b1d6a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,29 @@

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/miksuh-dev/kelloaalio/compare/v1.0.0...v1.1.0) (2022-09-20)

## 1.2.0 (2024-04-07)

### Features

* user schedulers ([8e610fc](https://github.com/miksuh-dev/kelloaalio/commit/8e610fcf77741290aaea78fc734e936ba7c074be))
- add more time formats ([d254ac1](https://github.com/miksuh-dev/kelloaalio/commit/d254ac1a10c2a29ed1391653c6ca2d17c375d909))
- allow user event cancel and edit ([449f161](https://github.com/miksuh-dev/kelloaalio/commit/449f16177a2906a9543a5bdb33131beb11e53039))
- combine timer add commands ([b3af947](https://github.com/miksuh-dev/kelloaalio/commit/b3af94779ee60b5b4b57fa362afeec92e44f106d))
- user schedulers ([ea3f1d9](https://github.com/miksuh-dev/kelloaalio/commit/ea3f1d99a53e256a3e406efee8e06a488e924dfa))

### Bug Fixes

- change notify translation ([c55be66](https://github.com/miksuh-dev/kelloaalio/commit/c55be6661cebfc016945a5956e1aeccdd30c00a1))
- old imports failing build ([16d578c](https://github.com/miksuh-dev/kelloaalio/commit/16d578c8966806bb414c74b9cabb2d880612aa67))

## [1.1.0](https://github.com/miksuh-dev/kelloaalio/compare/v1.0.0...v1.1.0) (2022-09-20)

### Features

- user schedulers ([8e610fc](https://github.com/miksuh-dev/kelloaalio/commit/8e610fcf77741290aaea78fc734e936ba7c074be))

### Bug Fixes

* change notify translation ([5b34640](https://github.com/miksuh-dev/kelloaalio/commit/5b3464062421d1217a463d5720a1189f89d233e2))
* old imports failing build ([c8239f8](https://github.com/miksuh-dev/kelloaalio/commit/c8239f852f2da65d79d3e030914535d920098eba))
- change notify translation ([5b34640](https://github.com/miksuh-dev/kelloaalio/commit/5b3464062421d1217a463d5720a1189f89d233e2))
- old imports failing build ([c8239f8](https://github.com/miksuh-dev/kelloaalio/commit/c8239f852f2da65d79d3e030914535d920098eba))

## 1.0.0 (2022-09-18)
4 changes: 2 additions & 2 deletions 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": "kelloaalio",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 87b1d6a

Please sign in to comment.