Skip to content

Commit ce9d2d8

Browse files
chore: release 1.2.0 (#16)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated package-lock.json [ci skip] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e7f1681 commit ce9d2d8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.0](https://www.github.com/kenoxa/svelte-fragment-component/compare/v1.1.1...v1.2.0) (2020-07-13)
4+
5+
6+
### Features
7+
8+
* add typescript definitions ([e7f1681](https://www.github.com/kenoxa/svelte-fragment-component/commit/e7f1681226bc0771012e361d8a481b9e4d39c180))
9+
10+
11+
### Bug Fixes
12+
13+
* jsdelivr export ([d0744f7](https://www.github.com/kenoxa/svelte-fragment-component/commit/d0744f7356211f61a0b73c56a45f41c2942c03a1))
14+
315
### [1.1.1](https://www.github.com/kenoxa/svelte-fragment-component/compare/v1.1.0...v1.1.1) (2020-06-23)
416

517
### Bug Fixes

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-fragment-component",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Svelte component that renders its children with lifecycle hooks to simplify testing",
55
"source": "src/fragment.svelte",
66
"main": "./dist/cjs/fragment.js",

0 commit comments

Comments
 (0)