Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 8, 2024
1 parent bb08a6f commit 4a77d80
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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 @@
{
".": "1.0.3"
".": "1.1.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/Tapico/tapico-msw-webarchive/compare/v1.0.3...v1.1.0) (2024-06-08)


### Features

* Add responseDelay option ([#60](https://github.com/Tapico/tapico-msw-webarchive/issues/60)) ([bb08a6f](https://github.com/Tapico/tapico-msw-webarchive/commit/bb08a6ffef1e880d964bca415ce02f0e558a1cd0))

## [1.0.3](https://github.com/Tapico/tapico-msw-webarchive/compare/v1.0.2...v1.0.3) (2024-04-13)


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": "@tapico/msw-webarchive",
"version": "1.0.3",
"version": "1.1.0",
"description": "An utility to drive requests handlers through a `.har` web-archive file",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 4a77d80

Please sign in to comment.