Skip to content

Commit

Permalink
chore: release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 4, 2024
1 parent 97d9073 commit ff4ed07
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.5.0] - 2024-04-04
### Added
- Added `embed` mode for banners rendering. Embed banners are rendered in iframes and can be enabled via data attribute `data-amp-mode="embed"`.
- Added a new JS client for use in iframes. It is not intended for direct use on a website.
Expand Down Expand Up @@ -99,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Added missing getter `Banner.resources`.

[Unreleased]: https://github.com/68publishers/amp-client-js/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/68publishers/amp-client-js/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/68publishers/amp-client-js/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/68publishers/amp-client-js/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/68publishers/amp-client-js/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/68publishers/amp-client-js/compare/v1.2.1...v1.3.0
Expand Down
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.5.0-beta.4",
"version": "1.5.0",
"description": "JS Client for 68publishers/amp",
"homepage": "http://www.68publishers.io/",
"main": "index.mjs",
Expand Down

0 comments on commit ff4ed07

Please sign in to comment.