Skip to content

Commit

Permalink
chore(release): -v1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0](v1.2.0...v1.3.0) (2024-04-10)

### Features

* Upgrade to new Control flow Angular ([7a4974d](7a4974d))

### Chores

* set node 20 in release ([62553e9](62553e9))
* sync package.lock.json with node 20 ([49daf14](49daf14))
* update dependencies to Angular 17 ([cf46024](cf46024))
* Update GitHub Action Release ([1316739](1316739))
* Update project.json demo ([834ba1a](834ba1a))
* update script to deploy ([b0e87e7](b0e87e7))
  • Loading branch information
semantic-release-bot committed Apr 10, 2024
1 parent 62553e9 commit f30ccda
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.3.0](https://github.com/SkyZeroZx/ngx-facebook-messenger/compare/v1.2.0...v1.3.0) (2024-04-10)


### Features

* Upgrade to new Control flow Angular ([7a4974d](https://github.com/SkyZeroZx/ngx-facebook-messenger/commit/7a4974de9212441a01719dea48a05076161382ff))


### Chores

* set node 20 in release ([62553e9](https://github.com/SkyZeroZx/ngx-facebook-messenger/commit/62553e97b4fb8c500293f4442f9e82e0df400dfd))
* sync package.lock.json with node 20 ([49daf14](https://github.com/SkyZeroZx/ngx-facebook-messenger/commit/49daf143e4892c009306dce5125c17c778dd05d1))
* update dependencies to Angular 17 ([cf46024](https://github.com/SkyZeroZx/ngx-facebook-messenger/commit/cf46024a38dda480f2e4f231a02414164a60b2e7))
* Update GitHub Action Release ([1316739](https://github.com/SkyZeroZx/ngx-facebook-messenger/commit/1316739a182ea6f66678a6fd775db4eecd32d139))
* Update project.json demo ([834ba1a](https://github.com/SkyZeroZx/ngx-facebook-messenger/commit/834ba1a053caaf06f444d5c520bd6901e8d278ef))
* update script to deploy ([b0e87e7](https://github.com/SkyZeroZx/ngx-facebook-messenger/commit/b0e87e72eaa2348e35b0240c1644778f659ca07e))

## [1.2.0](https://github.com/SkyZeroZx/ngx-facebook-messenger/compare/v1.1.0...v1.2.0) (2023-10-30)


Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-facebook-messenger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-facebook-messenger",
"description": "A Angular 2+ Facebook Messenger Plugin. Angular Universal Friendly",
"version": "1.2.0",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-facebook-messenger/source",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"scripts": {
"start": "nx serve --project demo-ngx-facebook-messenger",
Expand Down Expand Up @@ -98,4 +98,3 @@
"typescript": "5.4.4"
}
}

0 comments on commit f30ccda

Please sign in to comment.