Skip to content

Commit c317717

Browse files
committed
chore(release): 0.3.0
1 parent 6c62c4e commit c317717

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
<a name="0.3.0"></a>
6+
# [0.3.0](https://github.com/6eDesign/svelte-calendar/compare/v0.2.10...v0.3.0) (2019-02-19)
7+
8+
9+
### Features
10+
11+
* emit dateSelected event from <Datepicker />, [beyonk-adventures:feature/onchange-event] ([c11fc69](https://github.com/6eDesign/svelte-calendar/commit/c11fc69))
12+
* Merge pull request [#16](https://github.com/6eDesign/svelte-calendar/issues/16) from beyonk-adventures/feature/console-warnings ([6ba44f5](https://github.com/6eDesign/svelte-calendar/commit/6ba44f5))
13+
14+
15+
516
<a name="0.2.10"></a>
617
## [0.2.10](https://github.com/6eDesign/svelte-calendar/compare/v0.2.9...v0.2.10) (2019-02-07)
718

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svelte-calendar",
33
"svelte": "src/Components/Datepicker.html",
4-
"version": "0.2.10",
4+
"version": "0.3.0",
55
"devDependencies": {
66
"@sveltejs/svelte-virtual-list": "^2.2.1",
77
"es6-object-assign": "^1.1.0",
@@ -19,9 +19,9 @@
1919
"svelte-transitions": "^1.2.0"
2020
},
2121
"repository": {
22-
"type" : "git",
23-
"url" : "https://github.com/6eDesign/svelte-calendar.git"
24-
},
22+
"type": "git",
23+
"url": "https://github.com/6eDesign/svelte-calendar.git"
24+
},
2525
"scripts": {
2626
"build": "rollup -c",
2727
"autobuild": "rollup -c -w",

0 commit comments

Comments
 (0)