From efe162d38eebd327414767e58250697b9dbf9a4e Mon Sep 17 00:00:00 2001 From: Abdolah Keshtkar Date: Mon, 1 Apr 2024 18:30:35 +0200 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 36 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..0961d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### [0.1.2](https://github.com/HamadTheIronside/slots-component/compare/0.1.1...0.1.2) + +- feat: add changelog [`4bfcfe2`](https://github.com/HamadTheIronside/slots-component/commit/4bfcfe29df562b2fff2669e8d88523d9b185185e) + +#### [0.1.1](https://github.com/HamadTheIronside/slots-component/compare/0.1.0...0.1.1) + +> 1 April 2024 + +- feat: roadmap & change log [`#3`](https://github.com/HamadTheIronside/slots-component/pull/3) +- chore: release v0.1.1 [`3afbfa0`](https://github.com/HamadTheIronside/slots-component/commit/3afbfa08de05faaf90f04336e9ec0a0d930cd075) + +#### [0.1.0](https://github.com/HamadTheIronside/slots-component/compare/0.0.2...0.1.0) + +> 1 April 2024 + +- feat: update readme [`#2`](https://github.com/HamadTheIronside/slots-component/pull/2) +- feat: Add testing sample [`#1`](https://github.com/HamadTheIronside/slots-component/pull/1) +- feat: Add testing [`17a46db`](https://github.com/HamadTheIronside/slots-component/commit/17a46db9d82279152746251214c9683f52fa0cec) +- Add CI [`74a5577`](https://github.com/HamadTheIronside/slots-component/commit/74a55775cd3124592bb9e70e49eb428cfda94886) +- chore: release v0.1.0 [`1290fa4`](https://github.com/HamadTheIronside/slots-component/commit/1290fa468c60c1efec4b666ade95a6e51c580dc8) + +#### 0.0.2 + +> 31 March 2024 + +- feat: init [`19b7557`](https://github.com/HamadTheIronside/slots-component/commit/19b755780490edd06cc4a8686f4644b6542ab32c) +- chore: release v0.0.2 [`9458984`](https://github.com/HamadTheIronside/slots-component/commit/945898459c1b8094e821727403e22a56b4d16899) diff --git a/package-lock.json b/package-lock.json index 589c1b1..6caedd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "slots-component", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "slots-component", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "devDependencies": { "@type-challenges/utils": "^0.1.1", diff --git a/package.json b/package.json index 65ce10e..5f9c841 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "ts-node": "^10.9.2", "typescript": "^5.4.3" }, - "version": "0.1.1", + "version": "0.1.2", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Abdolah Keshtkar",