Skip to content

Commit 4e2942c

Browse files
committed
v2.2.0
1 parent 6299ac6 commit 4e2942c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [2.2.0] - 2022-04-26
911
### Added
1012
- UI placements support
1113
### Fixed
1214
- Creative is too close to background on plain placement
1315

14-
## [2.1.1] - 2022-03-27
16+
## [2.1.1] - 2022-04-25
1517
### Fixed
1618
- Fix citylight rotation system, when entity has no transform component
1719
- Fix models & src folders
@@ -81,8 +83,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8183
### Added
8284
- Video ads support
8385

84-
[Unreleased]: https://github.com/adshares/decentraland/compare/v2.1.1...HEAD
85-
[2.1.1]: https://github.com/adshares/decentraland/compare/v2.1.1...2.1.1
86+
[Unreleased]: https://github.com/adshares/decentraland/compare/v2.2.0...HEAD
87+
[2.2.0]: https://github.com/adshares/decentraland/compare/v2.1.1...2.2.0
88+
[2.1.1]: https://github.com/adshares/decentraland/compare/v2.1.0...2.1.1
8689
[2.1.0]: https://github.com/adshares/decentraland/compare/v2.0.2...2.1.0
8790
[2.0.2]: https://github.com/adshares/decentraland/compare/v2.0.1...2.0.2
8891
[2.0.1]: https://github.com/adshares/decentraland/compare/v2.0.0...2.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adshares/decentraland",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"display-name": "Adshares DCL plugin",
55
"description": "Adshares Decentraland SDK plugin",
66
"author": "Adshares <dev@adshares.net>",

src/supplyAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class SupplyAgent {
4343
private bannerCounter: number = 0
4444
private readonly impressionId: string
4545
private loadedContexts: IHash = {}
46-
public readonly version = '2.1.1'
46+
public readonly version = '2.2.0'
4747

4848
public constructor (adserver: string, publisherId: string) {
4949
while (adserver.slice(-1) === '/') {

0 commit comments

Comments
 (0)