Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 21, 2022
1 parent 0d49988 commit cc6c64a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# @archimedes/utils [2.0.0](https://github.com/archimedes-projects/archimedes-js/compare/@archimedes/[email protected]...@archimedes/[email protected]) (2022-01-21)

### Features

- add default type values ([9ffcb96](https://github.com/archimedes-projects/archimedes-js/commit/9ffcb96bdc4e8d6e54eb6a98b3cebd7e69a8cf4d))
- add documentation ([b7667d7](https://github.com/archimedes-projects/archimedes-js/commit/b7667d7b78942a27ba4316300a14057a499d7c1b))
- add links to the official documentation ([decbebb](https://github.com/archimedes-projects/archimedes-js/commit/decbebbf7d5b41896819d86d896293c165b54021))
- add options ([cddebdb](https://github.com/archimedes-projects/archimedes-js/commit/cddebdb4341a07baafc5bfaca6e61cddb8044526))
- add parcel 2 configuration ([c6a3d61](https://github.com/archimedes-projects/archimedes-js/commit/c6a3d6183a15affe71eed9e74b8bed380a031e90))
- fix typo ([1446e66](https://github.com/archimedes-projects/archimedes-js/commit/1446e666071dfb95f74a7f98ad87eca07b7652af))
- force breaking change ([eaa774e](https://github.com/archimedes-projects/archimedes-js/commit/eaa774ea427be406071db5ddf544eabc87064c89))
- force breaking change ([2f50d1b](https://github.com/archimedes-projects/archimedes-js/commit/2f50d1b29b765378610d5b978bb1fc11a174453c))
- handle empty response ([e9a0da5](https://github.com/archimedes-projects/archimedes-js/commit/e9a0da5d626fc3a371ae209773c3eea5f9cd2c3e))
- make body optional in put and post ([1674c2a](https://github.com/archimedes-projects/archimedes-js/commit/1674c2a0e8a19f2583b50bfb64f5cd2af8b85198))
- use export type ([107c758](https://github.com/archimedes-projects/archimedes-js/commit/107c758c510edebfff4efe44c5e95fe26b9c7d55))

- feat!: force breaking change ([980a4a1](https://github.com/archimedes-projects/archimedes-js/commit/980a4a1a672221df950dc41b820a0fb8e3ae47d5))

### BREAKING CHANGES

- force breaking change
- force breaking change
- force breaking change

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

### 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.0.0-beta.3",
"version": "2.0.0",
"description": "Archimedes utils",
"author": "<>",
"license": "Apache-2.0",
Expand Down

0 comments on commit cc6c64a

Please sign in to comment.