From 5068cac8c05e6142f6be939f50943946141d2f62 Mon Sep 17 00:00:00 2001 From: Ananta KumarGhosh Date: Wed, 31 Jan 2024 16:14:33 +0530 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 874806a..4d19737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.2](https://github.com/anantakumarghosh/semantic-versioning-try/compare/v0.0.2-beta.1...v0.0.2) (2024-01-31) + + +### Features + +* :zap: test release ([#1](https://github.com/anantakumarghosh/semantic-versioning-try/issues/1)) ([459e435](https://github.com/anantakumarghosh/semantic-versioning-try/commit/459e435c46fd8c094213d148307a76f2d31721a0)) + ### [0.0.2-beta.1](https://github.com/anantakumarghosh/semantic-versioning-try/compare/v0.0.2-beta.0...v0.0.2-beta.1) (2024-01-31) diff --git a/package-lock.json b/package-lock.json index e92dbec..7d27ee8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "semantic-versioning-try", - "version": "0.0.2-beta.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "semantic-versioning-try", - "version": "0.0.2-beta.1", + "version": "0.0.2", "license": "MIT", "dependencies": { "standard-version": "^9.5.0" diff --git a/package.json b/package.json index 1342f0b..2585c18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-versioning-try", - "version": "0.0.2-beta.1", + "version": "0.0.2", "description": "", "main": "index.js", "scripts": {