From eb4d29f4b35092af1a3df95b1bb4332b4d6acf74 Mon Sep 17 00:00:00 2001 From: Antwika <> Date: Mon, 30 Oct 2023 12:42:38 +0000 Subject: [PATCH] chore(release): 0.0.85 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 272c314..bcdebad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.85](https://github.com/antwika/common/compare/v0.0.84...v0.0.85) (2023-10-30) + ## [0.0.84](https://github.com/antwika/common/compare/v0.0.83...v0.0.84) (2023-10-23) ## [0.0.83](https://github.com/antwika/common/compare/v0.0.82...v0.0.83) (2023-10-16) diff --git a/package.json b/package.json index 9d09506..d084768 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "license": "MIT", "name": "@antwika/common", - "version": "0.0.84", + "version": "0.0.85", "private": false, "main": "dist/index.js", "types": "dist/index.d.ts",