From e9822127793b5a03472d4bd2cbbbd82977816730 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:46:57 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05908bf..07b3cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/jacob-ebey/turbo-stream/compare/v1.1.1...v1.2.0) (2023-11-01) + + +### Features + +* make the module CJS + ESM ([#16](https://github.com/jacob-ebey/turbo-stream/issues/16)) ([96cb9ec](https://github.com/jacob-ebey/turbo-stream/commit/96cb9ec95a9ad62deda9117a22edf73db4408359)) + ## [1.1.1](https://github.com/jacob-ebey/turbo-stream/compare/v1.1.0...v1.1.1) (2023-11-01) diff --git a/package.json b/package.json index a653edc..4965410 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turbo-stream", - "version": "1.1.1", + "version": "1.2.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",