Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit c4ca2ee

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.0.0
1 parent f77cb9e commit c4ca2ee

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.0.0](https://github.com/EddieHubCommunity/EddieHubLive/compare/v0.8.1...v1.0.0) (2022-12-16)
2+
3+
4+
### Code Refactoring
5+
6+
* migration to vite ([#74](https://github.com/EddieHubCommunity/EddieHubLive/issues/74)) ([f77cb9e](https://github.com/EddieHubCommunity/EddieHubLive/commit/f77cb9ea27cc28234ead768c7dffe1b1f7f16056))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* migration to vite
12+
13+
14+
115
## [0.8.1](https://github.com/EddieHubCommunity/EddieHubLive/compare/v0.8.0...v0.8.1) (2022-12-14)
216

317

@@ -34,12 +48,3 @@
3448

3549

3650

37-
# [0.6.0](https://github.com/EddieHubCommunity/EddieHubLive/compare/v0.5.8...v0.6.0) (2022-10-13)
38-
39-
40-
### Features
41-
42-
* display deployed version ([#48](https://github.com/EddieHubCommunity/EddieHubLive/issues/48)) ([a5e36b8](https://github.com/EddieHubCommunity/EddieHubLive/commit/a5e36b80ec49e1145d784c4ec0250b2b8008af52)), closes [#44](https://github.com/EddieHubCommunity/EddieHubLive/issues/44)
43-
44-
45-

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eddiehub-live",
3-
"version": "0.8.1",
3+
"version": "1.0.0",
44
"private": true,
55
"type": "module",
66
"dependencies": {
@@ -55,4 +55,4 @@
5555
"prettier --write --ignore-path .gitignore --plugin-search-dir=."
5656
]
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)