Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 11, 2023
1 parent 98d6cc8 commit 309d8bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

## [0.0.9](https://github.com/genesys/mollitia/compare/0.0.8...0.0.9)
## [0.1.0](https://github.com/genesys/mollitia/compare/0.0.9...0.1.0)

- Add extended capabilities for Retry Module (Retry modes, including Ji… [`#12`](https://github.com/genesys/mollitia/pull/12)
- migrate to manual release workflow [`239d990`](https://github.com/genesys/mollitia/commit/239d9903f96fa605f934b8193fbc2440a2a83bd1)
- retrieve git history on release [`98d6cc8`](https://github.com/genesys/mollitia/commit/98d6cc880f6b25738a9728c5c129b4b1d4624f33)

## [0.0.9](https://github.com/genesys/mollitia/compare/0.0.8...0.0.9) (2022-06-28)

- Fix package-lock security issue with ansi-regex [`#11`](https://github.com/genesys/mollitia/pull/11)
- Circuit Breaker adjustment to avoid opening the circuit if last request is a success [`#10`](https://github.com/genesys/mollitia/pull/10)
- Release [email protected] [`cd1b045`](https://github.com/genesys/mollitia/commit/cd1b045a95e3db8c23dd1402fcb1f4415bdbdd23)
- bump v0.0.9 [`dd96810`](https://github.com/genesys/mollitia/commit/dd968107d86c0b69dc009a5531049ef18f8a68b7)

## [0.0.8](https://github.com/genesys/mollitia/compare/0.0.7...0.0.8) (2021-12-20)
Expand Down
2 changes: 1 addition & 1 deletion 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": "mollitia",
"version": "0.0.9",
"version": "0.1.0",
"description": "JavaScript Resilience Library",
"main": "dist/mollitia.umd.js",
"module": "dist/mollitia.es5.js",
Expand Down

0 comments on commit 309d8bb

Please sign in to comment.