Skip to content

Commit e1fd9a2

Browse files
chore: release 0.2.0 (#45)
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>
1 parent 3da4de0 commit e1fd9a2

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.3"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/Lendable/sloth/compare/0.1.3...0.2.0) (2024-05-02)
4+
5+
6+
### Features
7+
8+
* Increase default interval from 5s to 10s ([#44](https://github.com/Lendable/sloth/issues/44)) ([a2ae61f](https://github.com/Lendable/sloth/commit/a2ae61fbabe2e93a6da690016bf3972d1c8b4098))
9+
* Increase default timeout from 300s to 600s ([#43](https://github.com/Lendable/sloth/issues/43)) ([81df647](https://github.com/Lendable/sloth/commit/81df647164e88bfb2cc9e0e1421ae5643b24374f))
10+
311
## [0.1.3](https://github.com/Lendable/sloth/compare/0.1.2...0.1.3) (2024-05-02)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sloth",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"private": true,
55
"exports": {
66
".": "./dist/index.js"

0 commit comments

Comments
 (0)