chore: release v1.2.1

stable
Tej Sharma 2025-07-29 19:31:01 +05:30
parent 49782a2f9c
commit 7fb298d291
3 changed files with 3269 additions and 4 deletions

View File

@ -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

3259
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
} }