From 89ae826a01222977dce643286798d62b5f5fc66a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Feb 2022 16:58:53 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.29.1...v1.0.0) (2022-02-28) ### ⚠ BREAKING CHANGES * switch to named exports, ESM only ### Features * convert to typescript ([#139](https://github.com/libp2p/js-libp2p-floodsub/issues/139)) ([5064483](https://github.com/libp2p/js-libp2p-floodsub/commit/5064483a232951f911b925549c78d20dbb3f9d1f)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b44c3d2eff..344eb54820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.0.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.29.1...v1.0.0) (2022-02-28) + + +### ⚠ BREAKING CHANGES + +* switch to named exports, ESM only + +### Features + +* convert to typescript ([#139](https://github.com/libp2p/js-libp2p-floodsub/issues/139)) ([5064483](https://github.com/libp2p/js-libp2p-floodsub/commit/5064483a232951f911b925549c78d20dbb3f9d1f)) + ### [0.29.1](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.29.0...v0.29.1) (2022-02-18) diff --git a/package.json b/package.json index 07b58416ed..c962ab426d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/floodsub", - "version": "0.29.1", + "version": "1.0.0", "description": "libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-floodsub#readme",