chore(release): 1.2.0

This commit is contained in:
semantic-release-bot 2025-09-02 13:40:09 +00:00
parent 086ab6334c
commit 9aa4723835
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [1.2.0](https://github.com/agregarr/agregarr/compare/v1.1.0...v1.2.0) (2025-09-02)
### Features
* push new version ([086ab63](https://github.com/agregarr/agregarr/commit/086ab6334cc5e6252fa81bede3e9e48a945c165b))
# [1.1.0](https://github.com/agregarr/agregarr/compare/v1.0.4...v1.1.0) (2025-09-02)

View File

@ -1,6 +1,6 @@
{
"name": "agregarr",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "nodemon -e ts --watch server --watch agregarr-api.yml -e .json,.ts,.yml -x ts-node -r tsconfig-paths/register --files --project server/tsconfig.json server/index.ts",