From f38f120cc370c5957b775a7e1230e424d3c5cb52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Petruni=C4=87?= Date: Mon, 6 Apr 2020 12:42:08 +0200 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1896349..a9c8287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.0.0] + +Stable version, interobable with go-libp2p-noise! ### Bugfixes - fix types to be compatible with rest of libp2p typescript projects diff --git a/package.json b/package.json index a8e1f34..3da9113 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-noise", - "version": "1.0.0-rc.9", + "version": "1.0.0", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "lib/index.js",