Skip to content

Commit

Permalink
Bump version to 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWid committed Oct 28, 2021
1 parent 82edac5 commit 7908fd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.6.0 - 2021-10-28

### Added

* Added the [`Session#iterate`](./docs/api.md#sessioniterate-iterable-iterable--asynciterable-options--promisevoid) method that allows processing iterables and sending yielded values to the client as events.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "better-sse",
"description": "Dead simple, dependency-less, spec-compliant server-side events implementation for Node, written in TypeScript.",
"version": "0.5.0",
"version": "0.6.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 7908fd0

Please sign in to comment.