Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2023-05-03)

### Features

* **cli:** math evaluation ([d843c67](d843c67))
* **docs:** add monthly downloads badge ([20ceb35](20ceb35))
* **types:** add support for continuous logs such as container logs ([88d02c5](88d02c5))

### Performance Improvements

* **release:** Fixes release bug ([2b5072c](2b5072c))

### BREAKING CHANGES

* **release:** Fixes release bug
  • Loading branch information
semantic-release-bot committed May 3, 2023
1 parent 2b5072c commit 2a9a58f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.0.0](https://github.com/Amber-Williams/yall/compare/v1.0.0...v2.0.0) (2023-05-03)


### Features

* **cli:** math evaluation ([d843c67](https://github.com/Amber-Williams/yall/commit/d843c67409fb8c925f25162eda20fcb01eaed61f))
* **docs:** add monthly downloads badge ([20ceb35](https://github.com/Amber-Williams/yall/commit/20ceb355b913bf49e1e594e09b309b0ef87a7421))
* **types:** add support for continuous logs such as container logs ([88d02c5](https://github.com/Amber-Williams/yall/commit/88d02c5eb42729276baef48e45830d1b52205198))


### Performance Improvements

* **release:** Fixes release bug ([2b5072c](https://github.com/Amber-Williams/yall/commit/2b5072c391ece3a5ba9b263dc5cfd3e03a027b4e))


### BREAKING CHANGES

* **release:** Fixes release bug

# [1.1.0](https://github.com/Amber-Williams/yall/compare/v1.0.0...v1.1.0) (2023-04-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yall-cli",
"version": "1.2.0",
"version": "2.0.0",
"author": "Amber Williams <https://github.com/Amber-Williams>",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 2a9a58f

Please sign in to comment.