-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83d9659
commit f10c2fe
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-04-03) | ||
|
||
|
||
### Features | ||
|
||
* add release-it configs ([83d9659](https://github.com/obetomuniz/chrts/commit/83d9659b24137e64ff49066c021cf5b4272675e4)) | ||
* project init ([f1dfb4b](https://github.com/obetomuniz/chrts/commit/f1dfb4b255a08959d1099ff969f1eba6d2696ad2)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove gauge form docs ([00b42a9](https://github.com/obetomuniz/chrts/commit/00b42a92328186b03a8a1caa80f0a40ece3c9dc4)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Beto Muniz <[email protected]>", | ||
"name": "chrts", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "A simple chart web components library using SVG, CSS, and TypeScript.", | ||
"directories": { | ||
"doc": "docs", | ||
|