Skip to content

Commit e488273

Browse files
committed
chore(release): 0.5.0
1 parent 75c0cfb commit e488273

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.changeset/vite.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
<!-- new release -->
66

7+
## [0.5.0](https://github.com/ctablex/core/compare/v0.4.1...v0.5.0) (2024-07-12)
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
- Change dist files and remove umd build
12+
- Use vite for build ([#2](https://github.com/ctablex/core/pull/2)) ([75c0cfb](https://github.com/ctablex/core/commit/75c0cfb8cadc9f46cab7f448c31b46470f95d92d))
13+
714
### [0.4.0](https://github.com/ctablex/core/compare/v0.3.0...v0.4.0) (2022-10-16)
815

916
### Highlights

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ctablex/core",
3-
"version": "0.1.0",
3+
"version": "0.5.0",
44
"files": [
55
"src",
66
"dist",

0 commit comments

Comments
 (0)