Skip to content

Commit 12fb4af

Browse files
chore(release): -v0.2.0 [skip ci]
## [0.2.0](v0.1.2...v0.2.0) (2023-07-13) ### Features * **ci:** added GitHub Action for release ([e2c021c](e2c021c)), closes [#4](#4)
1 parent e2c021c commit 12fb4af

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [0.2.0](https://github.com/ajitzero/ng-auto-animate/compare/v0.1.2...v0.2.0) (2023-07-13)
2+
3+
4+
### Features
5+
6+
* **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)

libs/ng-auto-animate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-auto-animate",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Add motion to your apps with a single line of code. An Angular Directive to use FormKit's auto-animate library.",
55
"repository": "https://github.com/ajitzero/ng-auto-animate.git",
66
"homepage": "https://github.com/ajitzero/ng-auto-animate/tree/main/libs/ng-auto-animate#readme",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-auto-animate/source",
3-
"version": "0.0.0",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"scripts": {},
66
"private": true,

0 commit comments

Comments
 (0)