From b5cc9d1b31f8144efdfa52a539f327c890cc80d8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Feb 2022 11:30:10 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/matter-labs/zksync-web-v2-docs/compare/1.0.0...1.0.1) (2022-02-28) ### Bug Fixes * portal link updated, a couple of the spell errors fixed ([3f18d3c](https://github.com/matter-labs/zksync-web-v2-docs/commit/3f18d3c3fa59eb2e588ed2fbc7f2c1ad460794b7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f002a3baa5..8ea62d5384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/matter-labs/zksync-web-v2-docs/compare/1.0.0...1.0.1) (2022-02-28) + + +### Bug Fixes + +* portal link updated, a couple of the spell errors fixed ([3f18d3c](https://github.com/matter-labs/zksync-web-v2-docs/commit/3f18d3c3fa59eb2e588ed2fbc7f2c1ad460794b7)) + # 1.0.0 (2022-01-11) diff --git a/package.json b/package.json index f464a8b721..3d76ac1607 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "zksync-web-v2-docs", "description": "zkSync Docs V2", "private": true, - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": "Matter Labs", "homepage": "https://zksync.io",