Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#22)
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 Mar 6, 2024
1 parent 34441a1 commit c6064de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/jacob-ebey/turbo-stream/compare/v1.2.1...v2.0.0) (2024-03-06)


### ⚠ BREAKING CHANGES

* add abort signal ([#21](https://github.com/jacob-ebey/turbo-stream/issues/21))

### Features

* add abort signal ([#21](https://github.com/jacob-ebey/turbo-stream/issues/21)) ([34441a1](https://github.com/jacob-ebey/turbo-stream/commit/34441a1f6c405e9e27f3538764e45072e06fd6bf))

## [1.2.1](https://github.com/jacob-ebey/turbo-stream/compare/v1.2.0...v1.2.1) (2024-02-15)


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": "turbo-stream",
"version": "1.2.1",
"version": "2.0.0",
"description": "A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.",
"files": [
"dist",
Expand Down

0 comments on commit c6064de

Please sign in to comment.