Skip to content

Commit c6eeb8a

Browse files
committed
chore(changelog): added changelog
1 parent 32379e7 commit c6eeb8a

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<a name="1.0.0-beta.0"></a>
2+
# 1.0.0-beta.0 (2018-05-27)
3+
4+
5+
### Features
6+
7+
* added material CDK for color picker popup ([d02fd13](https://github.com/lokesh-coder/ink-bucket/commit/d02fd13))
8+
* added nedb for client side storage ([7929f75](https://github.com/lokesh-coder/ink-bucket/commit/7929f75))
9+
* added settings state and actions for test ([8152f65](https://github.com/lokesh-coder/ink-bucket/commit/8152f65))
10+
* Initial commit ([16e54d1](https://github.com/lokesh-coder/ink-bucket/commit/16e54d1))
11+
* store actions added ([8e50805](https://github.com/lokesh-coder/ink-bucket/commit/8e50805))
12+
* **delete:** added delete option in settings ([26fccd7](https://github.com/lokesh-coder/ink-bucket/commit/26fccd7))
13+
* updated store and added color picker ([df3ae6b](https://github.com/lokesh-coder/ink-bucket/commit/df3ae6b))
14+
* **electron:** basic electron setup ([c4e566e](https://github.com/lokesh-coder/ink-bucket/commit/c4e566e))
15+
* **export:** added database export option in settings ([78a27c0](https://github.com/lokesh-coder/ink-bucket/commit/78a27c0))
16+
* **pwa:** basic pwa setup ([32379e7](https://github.com/lokesh-coder/ink-bucket/commit/32379e7))
17+
* **wip:** design changes ([6fd994c](https://github.com/lokesh-coder/ink-bucket/commit/6fd994c))
18+
* **wip:** updated ink colors service ([41936ac](https://github.com/lokesh-coder/ink-bucket/commit/41936ac))
19+
20+
21+

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ink-bucket",
3-
"version": "0.0.0",
3+
"version": "1.0.0-beta.0",
44
"main": "main.js",
55
"scripts": {
66
"ng": "ng",
@@ -13,7 +13,8 @@
1313
"db": "pouchdb-server --host 0.0.0.0 -p 10101 -m -d /tmp/pouchdb-server/ -n true",
1414
"electron": "electron .",
1515
"electron-build": "ng build --prod && electron .",
16-
"server:prod": "http-server -p 1234 -s -o --cors"
16+
"server:prod": "http-server -p 1234 -s -o --cors",
17+
"generate:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
1718
},
1819
"private": true,
1920
"dependencies": {

0 commit comments

Comments
 (0)