Skip to content

Commit

Permalink
chore(release): -v1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2023-10-26)

### Bug Fixes

* update global FB variable ([d6f271b](d6f271b))
* update namespace error of fb ([48795b6](48795b6))
  • Loading branch information
semantic-release-bot committed Oct 26, 2023
1 parent d6f271b commit df41f82
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.1](https://github.com/SkyZeroZx/ngx-facebook-messenger/compare/v1.0.0...v1.0.1) (2023-10-26)


### Bug Fixes

* update global FB variable ([d6f271b](https://github.com/SkyZeroZx/ngx-facebook-messenger/commit/d6f271b3c588e5cc4b7469abaf8a96c6631bf1c4))
* update namespace error of fb ([48795b6](https://github.com/SkyZeroZx/ngx-facebook-messenger/commit/48795b6a14067e375ab4aafb6964d442cf4ba687))

## 1.0.0 (2023-09-10)


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.0.0",
"version": "1.0.1",
"publishConfig": {
"access": "public"
},
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": "@ngx-facebook-messenger/source",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"start": "nx serve --project demo-ngx-facebook-messenger",
Expand Down

0 comments on commit df41f82

Please sign in to comment.