Skip to content

Commit

Permalink
chore: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Feb 7, 2024
1 parent b601632 commit 69f220c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
* 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))
* 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.8](https://github.com/KijijiCA/react-advertising/compare/v4.2.7...v4.2.8) (2023-05-17)

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.9",
"version": "4.2.10",
"description": "Library for display ads in React applications",
"main": "lib/index.js",
"unpkg": "dist/react-advertising.min.js",
Expand Down

0 comments on commit 69f220c

Please sign in to comment.