Skip to content

Commit

Permalink
🔖 1.1.2-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [v@giscus/svelte-v1.1.2-beta.1](https://github.com/giscus/giscus-component/compare/@giscus/svelte-v1.1.1...@giscus/svelte-v1.1.2-beta.1) (2022-02-18)

## 🐛 Bug Fixes
- [`0fab290`](0fab290)  (svelte) Remove type: "module" from Svelte package
- [`2c7273a`](2c7273a)  (svelte) Use cjs for Svelte config
  • Loading branch information
semantic-release-bot committed Feb 18, 2022
1 parent 2c7273a commit 2f19a24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [v@giscus/svelte-v1.1.2-beta.1](https://github.com/giscus/giscus-component/compare/@giscus/svelte-v1.1.1...@giscus/svelte-v1.1.2-beta.1) (2022-02-18)

## 🐛 Bug Fixes
- [`0fab290`](https://github.com/giscus/giscus-component/commit/0fab290) (svelte) Remove type: "module" from Svelte package
- [`2c7273a`](https://github.com/giscus/giscus-component/commit/2c7273a) (svelte) Use cjs for Svelte config

# [v@giscus/svelte-v1.1.1](https://github.com/giscus/giscus-component/compare/@giscus/svelte-v1.1.0...@giscus/svelte-v1.1.1) (2022-02-09)

## 🚑 Critical Hotfixes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@giscus/svelte",
"private": false,
"description": "Type-safe Svelte component for giscus",
"version": "1.1.1",
"version": "1.1.2-beta.1",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 2f19a24

Please sign in to comment.