Skip to content

Commit

Permalink
chore: release v1.5.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 8, 2023
1 parent 32fb902 commit a9549bb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.0-beta.0] - 2023-12-08

## [1.4.0-beta.2] - 2023-12-01
### Added
- Added ability to provide custom options for each banner. Options can be passed via data attributes `data-amp-option-<optionName>="<optionValue>"` and can be retrieved in event handlers.
Expand Down Expand Up @@ -94,7 +96,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Added missing getter `Banner.resources`.

[Unreleased]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.4.0-beta.2...HEAD
[Unreleased]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.5.0-beta.0...HEAD
[1.5.0-beta.0]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.4.0-beta.2...v1.5.0-beta.0
[1.4.0-beta.2]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.4.0-beta.1...v1.4.0-beta.2
[1.4.0-beta.1]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.3.1...v1.4.0-beta.1
[1.3.1]: https://gitlab.com/68publishers/projects/amp/amp-client-js/compare/v1.3.0...v1.3.1
Expand Down
1 change: 1 addition & 0 deletions dist/amp-client.embed.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/amp-client.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/amp-client.standalone.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@68publishers/amp-client",
"version": "1.4.0-beta.2",
"version": "1.5.0-beta.0",
"description": "JS Client for 68publishers/amp",
"homepage": "http://www.68publishers.io/",
"main": "index.mjs",
Expand Down

0 comments on commit a9549bb

Please sign in to comment.