From 6150b9fc44b884977afdb9b7c7a4a419ee485ef5 Mon Sep 17 00:00:00 2001 From: Sorizen Date: Fri, 5 Apr 2024 16:11:41 +0300 Subject: [PATCH] deleting 1.4.0-rc.0 version --- CHANGELOG.md | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db4744c..dcb47cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [1.4.0-rc.0] - 2024-04-04 +## [Unreleased] ### Changed - Allow `delegators` to vote for proposal @@ -99,8 +99,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic - Initiated project -[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.4.0-rc.0...HEAD -[1.4.0-rc.0]: https://gitlab.com/rarimo/scan/compare/1.3.0...1.4.0-rc.0 +[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.3.0...HEAD [1.3.0]: https://gitlab.com/rarimo/scan/compare/1.2.1...1.3.0 [1.2.1]: https://gitlab.com/rarimo/scan/compare/1.2.0...1.2.1 [1.2.0]: https://gitlab.com/rarimo/scan/compare/1.1.4...1.2.0 diff --git a/package.json b/package.json index 5a02f3d..93e350f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scan", - "version": "1.4.0-rc.0", + "version": "1.3.0", "private": true, "gitHooks": { "pre-commit": "yarn lint",