Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
smartsir796 committed Sep 20, 2022
1 parent f3aca90 commit 66a8dfa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.7] - 2022-06-20
### Changed
- new sdk version
- builder compatibility
- normalize adserver url

## [1.1.6] - 2022-06-20
### Changed
- fix scaling for nested ads
Expand Down Expand Up @@ -39,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Video ads support

[Unreleased]: https://github.com/adshares/decentraland/compare/v1.1.6...HEAD
[Unreleased]: https://github.com/adshares/decentraland/compare/v1.1.7...HEAD
[1.1.7]: https://github.com/adshares/decentraland/compare/v1.1.6...1.1.7
[1.1.6]: https://github.com/adshares/decentraland/compare/v1.1.5...1.1.6
[1.1.5]: https://github.com/adshares/decentraland/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/adshares/decentraland/compare/v1.1.3...v1.1.4
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": "@adshares/decentraland",
"version": "1.1.6",
"version": "1.1.7",
"display-name": "Adshares DCL smart item",
"description": "Adshares Decentraland smart item banner",
"author": "Adshares <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default class AdsharesBanner {
},
medium: 'metaverse',
vendor: 'decentraland',
version: '1.1.6',
version: '1.1.7',
}

let response: any = {}
Expand Down

0 comments on commit 66a8dfa

Please sign in to comment.