Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 29, 2022
1 parent a384a97 commit 347f43f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# @archimedes/utils [2.1.0](https://github.com/archimedes-projects/archimedes-js/compare/@archimedes/[email protected]...@archimedes/[email protected]) (2022-11-29)

### Bug Fixes

- change Settings.defaultZoneName to Settings.defaultZone of Luxon settings ([8d8a7ab](https://github.com/archimedes-projects/archimedes-js/commit/8d8a7ab7f44e1fd061cfc40198fefc705195de35))

### Features

- add Timer class to wrap timeout operations like resume or pause ([89f817d](https://github.com/archimedes-projects/archimedes-js/commit/89f817daa36aabcccf2263cb695ba0f4500e6995))
- set the default zone to 'utc' to fromFormat and fromObject methods from Luxon library ([dd414ca](https://github.com/archimedes-projects/archimedes-js/commit/dd414ca47b10a4bd2319ec9f266f3daf0af4a777))

# @archimedes/utils [2.1.0-beta.3](https://github.com/archimedes-projects/archimedes-js/compare/@archimedes/[email protected]...@archimedes/[email protected]) (2022-07-07)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archimedes/utils",
"version": "2.1.0-beta.3",
"version": "2.1.0",
"description": "Archimedes utils",
"author": "<>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 347f43f

Please sign in to comment.