Skip to content

Commit

Permalink
chore(release): 1.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.13.0](v1.12.0...v1.13.0) (2023-11-25)

### Bug Fixes

* update nav, edit button and css path ([c2fe314](c2fe314))

### Features

* upgrade dependencies for latest features and fixes ([029c9f2](029c9f2))
  • Loading branch information
semantic-release-bot committed Nov 25, 2023
1 parent 029c9f2 commit ef9a79c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.13.0](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.12.0...v1.13.0) (2023-11-25)


### Bug Fixes

* update nav, edit button and css path ([c2fe314](https://github.com/CoCreate-app/CoCreate-calculations/commit/c2fe31408fc6763a8eaef91ed11d9570a847791c))


### Features

* upgrade dependencies for latest features and fixes ([029c9f2](https://github.com/CoCreate-app/CoCreate-calculations/commit/029c9f2b88a797f4c884309f3cdbed6269e0bda3))

# [1.12.0](https://github.com/CoCreate-app/CoCreate-calculations/compare/v1.11.0...v1.12.0) (2023-11-22)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/calculation",
"version": "1.12.0",
"version": "1.13.0",
"description": "A handy vanilla JavaScript calculator, concatenate multiple elements containing integers & execute calculations. Can be used for creating invoices,making payments & any kind of complex calculation. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"calculation",
Expand Down Expand Up @@ -63,4 +63,4 @@
"@cocreate/observer": "^1.13.0",
"@cocreate/utils": "^1.28.0"
}
}
}

0 comments on commit ef9a79c

Please sign in to comment.