Skip to content

Commit

Permalink
chore(release): 4.3.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.3.0-beta.1](v4.2.8...v4.3.0-beta.1) (2023-06-12)

### Features

* add callback function to AdvertisingSlot ([#131](#131)) ([fbeff4e](fbeff4e))
  • Loading branch information
semantic-release-bot committed Jun 12, 2023
1 parent fbeff4e commit f09bfcb
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.3.0-beta.1](https://github.com/KijijiCA/react-advertising/compare/v4.2.8...v4.3.0-beta.1) (2023-06-12)


### Features

* add callback function to AdvertisingSlot ([#131](https://github.com/KijijiCA/react-advertising/issues/131)) ([fbeff4e](https://github.com/KijijiCA/react-advertising/commit/fbeff4e038e2527b7b38a0a6fd916aa8b4dadb1c))

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

0 comments on commit f09bfcb

Please sign in to comment.