Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 5, 2024
1 parent 5c00d78 commit 8d0d447
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/rexxars/eventsource-client/compare/v1.1.1...v1.1.2) (2024-08-05)

### Bug Fixes

- allow `close()` in `onDisconnect` to cancel reconnect ([efed962](https://github.com/rexxars/eventsource-client/commit/efed962a561be438ec71c3a33735377d8b8372b8)), closes [#3](https://github.com/rexxars/eventsource-client/issues/3)

## [1.1.1](https://github.com/rexxars/eventsource-client/compare/v1.1.0...v1.1.1) (2024-05-06)

### Bug Fixes
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": "eventsource-client",
"version": "1.1.1",
"version": "1.1.2",
"description": "Modern EventSource client for browsers and Node.js",
"sideEffects": false,
"types": "./dist/default.d.ts",
Expand Down

0 comments on commit 8d0d447

Please sign in to comment.