Skip to content

Commit

Permalink
chore(release): 4.2.9 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.9](v4.2.8...v4.2.9) (2024-02-07)

### Bug Fixes

* correctly get aps config for queued ad ids ([#133](#133)) ([e377243](e377243))
* teardown happening during initial setup ([#134](#134)) ([05f2bb8](05f2bb8))
  • Loading branch information
semantic-release-bot committed Feb 7, 2024
1 parent 2cac1c4 commit b601632
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## [4.2.9](https://github.com/KijijiCA/react-advertising/compare/v4.2.8...v4.2.9) (2024-02-07)


### Bug Fixes

* correctly get aps config for queued ad ids ([#133](https://github.com/KijijiCA/react-advertising/issues/133)) ([e377243](https://github.com/KijijiCA/react-advertising/commit/e377243b430570f7503c2d0a8311259a4ac8601b))
* teardown happening during initial setup ([#134](https://github.com/KijijiCA/react-advertising/issues/134)) ([05f2bb8](https://github.com/KijijiCA/react-advertising/commit/05f2bb8f88211eb976014f3fdbcd878f9847c7e8))

## [4.2.9](https://github.com/KijijiCA/react-advertising/compare/v4.2.8...v4.2.9) (2024-02-07)


### Bug Fixes

* correctly get aps config for queued ad ids ([#133](https://github.com/KijijiCA/react-advertising/issues/133)) ([e377243](https://github.com/KijijiCA/react-advertising/commit/e377243b430570f7503c2d0a8311259a4ac8601b))
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": "react-advertising",
"version": "4.2.10",
"version": "4.2.9",
"description": "Library for display ads in React applications",
"main": "lib/index.js",
"unpkg": "dist/react-advertising.min.js",
Expand Down

0 comments on commit b601632

Please sign in to comment.