chore: release v1.2.1
parent
49782a2f9c
commit
7fb298d291
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.2.1](https://gitea.vecmocon.com/Vecmocon_Technologies/cantouart_ti/compare/v1.2.0...v1.2.1) (2025-07-29)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* remove build errors, linked path and symbols ([49782a2](https://gitea.vecmocon.com/Vecmocon_Technologies/cantouart_ti/commit/49782a2f9c40042cdbcc052bb5b46d8eeacf3acb))
|
||||||
|
|
||||||
## [1.2.0](https://gitea.vecmocon.com/Vecmocon_Technologies/cantouart_ti/compare/v0.1.0...v1.2.0) (2025-07-28)
|
## [1.2.0](https://gitea.vecmocon.com/Vecmocon_Technologies/cantouart_ti/compare/v0.1.0...v1.2.0) (2025-07-28)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cantouart_ti",
|
"name": "cantouart_ti",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"description": "TI_MCU_firmware",
|
"description": "TI_MCU_firmware",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
@ -14,5 +14,9 @@
|
||||||
"TI_MCU_FRIMWARE_VIM"
|
"TI_MCU_FRIMWARE_VIM"
|
||||||
],
|
],
|
||||||
"author": "VIM",
|
"author": "VIM",
|
||||||
"license": "ISC"
|
"license": "ISC",
|
||||||
|
"devDependencies": {
|
||||||
|
"@release-it/conventional-changelog": "^10.0.1",
|
||||||
|
"release-it": "^19.0.4"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue