Skip to content

Commit

Permalink
chore(release): v0.1.9 [skip-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Feb 5, 2025
1 parent ac34316 commit 7e7edc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@


## [0.1.8](https://github.com/arshad-yaseen/nice-retry/compare/0.1.7...0.1.8) (2025-02-05)
## [0.1.9](https://github.com/arshad-yaseen/nice-retry/compare/0.1.8...0.1.9) (2025-02-05)


### 🔧 Maintenance

* export RetryError ([ac34316](https://github.com/arshad-yaseen/nice-retry/commit/ac3431642f97368355fdb3ccf8b9f11c7f349bca))

## [0.1.8](https://github.com/arshad-yaseen/nice-retry/compare/0.1.7...0.1.8) (2025-02-05)

### 🔧 Maintenance

* improve error messages ([599fe4f](https://github.com/arshad-yaseen/nice-retry/commit/599fe4f4e6b16964957ff422154357c2a558b817))
- improve error messages ([599fe4f](https://github.com/arshad-yaseen/nice-retry/commit/599fe4f4e6b16964957ff422154357c2a558b817))

## [0.1.7](https://github.com/arshad-yaseen/nice-retry/compare/0.1.6...0.1.7) (2025-02-05)

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": "nice-retry",
"version": "0.1.8",
"version": "0.1.9",
"description": "Type-safe, lightweight (zero-dependency) retry utility for async operations that simply works.",
"main": "./build/index.js",
"module": "./build/index.mjs",
Expand Down

0 comments on commit 7e7edc9

Please sign in to comment.