Skip to content

Commit

Permalink
chore: release 0.2.0 (#45)
Browse files Browse the repository at this point in the history
I have created a release PR for this version
---


## [0.2.0](0.1.3...0.2.0)
(2024-05-02)


### Features

* Increase default interval from 5s to 10s
([#44](#44))
([a2ae61f](a2ae61f))
* Increase default timeout from 300s to 600s
([#43](#43))
([81df647](81df647))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: lendabot[bot] <126705550+lendabot[bot]@users.noreply.github.com>
  • Loading branch information
lendabot[bot] authored May 2, 2024
1 parent 3da4de0 commit e1fd9a2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.3"
".": "0.2.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.0](https://github.com/Lendable/sloth/compare/0.1.3...0.2.0) (2024-05-02)


### Features

* Increase default interval from 5s to 10s ([#44](https://github.com/Lendable/sloth/issues/44)) ([a2ae61f](https://github.com/Lendable/sloth/commit/a2ae61fbabe2e93a6da690016bf3972d1c8b4098))
* Increase default timeout from 300s to 600s ([#43](https://github.com/Lendable/sloth/issues/43)) ([81df647](https://github.com/Lendable/sloth/commit/81df647164e88bfb2cc9e0e1421ae5643b24374f))

## [0.1.3](https://github.com/Lendable/sloth/compare/0.1.2...0.1.3) (2024-05-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sloth",
"version": "0.1.3",
"version": "0.2.0",
"private": true,
"exports": {
".": "./dist/index.js"
Expand Down

0 comments on commit e1fd9a2

Please sign in to comment.