Skip to content

Commit

Permalink
chore(release): -v0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.0](v0.1.2...v0.2.0) (2023-07-13)

### Features

* **ci:** added GitHub Action for release ([e2c021c](e2c021c)), closes [#4](#4)
  • Loading branch information
semantic-release-bot committed Jul 13, 2023
1 parent e2c021c commit 12fb4af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion libs/ng-auto-animate/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-auto-animate/source",
"version": "0.0.0",
"version": "0.2.0",
"license": "MIT",
"scripts": {},
"private": true,
Expand Down

0 comments on commit 12fb4af

Please sign in to comment.