Skip to content

Commit

Permalink
chore(release): 4.2.6 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.6](v4.2.5...v4.2.6) (2023-05-05)

### Bug Fixes

* race condition with requestManager for tam & prebid bids ([#127](#127)) ([751bf77](751bf77))
  • Loading branch information
semantic-release-bot committed May 5, 2023
1 parent 751bf77 commit 9fec1a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.2.6](https://github.com/KijijiCA/react-advertising/compare/v4.2.5...v4.2.6) (2023-05-05)


### Bug Fixes

* race condition with requestManager for tam & prebid bids ([#127](https://github.com/KijijiCA/react-advertising/issues/127)) ([751bf77](https://github.com/KijijiCA/react-advertising/commit/751bf771bee1d210cb3b4a4c29b7cc90d77b7de2))

## [4.2.5](https://github.com/KijijiCA/react-advertising/compare/v4.2.4...v4.2.5) (2023-04-14)


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

0 comments on commit 9fec1a4

Please sign in to comment.