From 12fb4af9989cc84d4d8c821d4cb06aacc9e83420 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Jul 2023 20:58:50 +0000 Subject: [PATCH] chore(release): -v0.2.0 [skip ci] ## [0.2.0](https://github.com/ajitzero/ng-auto-animate/compare/v0.1.2...v0.2.0) (2023-07-13) ### Features * **ci:** added GitHub Action for release ([e2c021c](https://github.com/ajitzero/ng-auto-animate/commit/e2c021cf9f78d4605a3665d4c13526c882662b2c)), closes [#4](https://github.com/ajitzero/ng-auto-animate/issues/4) --- CHANGELOG.md | 6 ++++++ libs/ng-auto-animate/package.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..60582a9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## [0.2.0](https://github.com/ajitzero/ng-auto-animate/compare/v0.1.2...v0.2.0) (2023-07-13) + + +### Features + +* **ci:** added GitHub Action for release ([e2c021c](https://github.com/ajitzero/ng-auto-animate/commit/e2c021cf9f78d4605a3665d4c13526c882662b2c)), closes [#4](https://github.com/ajitzero/ng-auto-animate/issues/4) diff --git a/libs/ng-auto-animate/package.json b/libs/ng-auto-animate/package.json index ab4fd6e..a4b2ea7 100644 --- a/libs/ng-auto-animate/package.json +++ b/libs/ng-auto-animate/package.json @@ -1,6 +1,6 @@ { "name": "ng-auto-animate", - "version": "0.1.2", + "version": "0.2.0", "description": "Add motion to your apps with a single line of code. An Angular Directive to use FormKit's auto-animate library.", "repository": "https://github.com/ajitzero/ng-auto-animate.git", "homepage": "https://github.com/ajitzero/ng-auto-animate/tree/main/libs/ng-auto-animate#readme", diff --git a/package.json b/package.json index 0d1a8ac..cb06df8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ng-auto-animate/source", - "version": "0.0.0", + "version": "0.2.0", "license": "MIT", "scripts": {}, "private": true,