File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
8
## [ Unreleased]
9
+
10
+ ## [ 2.2.0] - 2022-04-26
9
11
### Added
10
12
- UI placements support
11
13
### Fixed
12
14
- Creative is too close to background on plain placement
13
15
14
- ## [ 2.1.1] - 2022-03-27
16
+ ## [ 2.1.1] - 2022-04-25
15
17
### Fixed
16
18
- Fix citylight rotation system, when entity has no transform component
17
19
- Fix models & src folders
@@ -81,8 +83,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81
83
### Added
82
84
- Video ads support
83
85
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
86
89
[ 2.1.0 ] : https://github.com/adshares/decentraland/compare/v2.0.2...2.1.0
87
90
[ 2.0.2 ] : https://github.com/adshares/decentraland/compare/v2.0.1...2.0.2
88
91
[ 2.0.1 ] : https://github.com/adshares/decentraland/compare/v2.0.0...2.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @adshares/decentraland" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.2.0 " ,
4
4
"display-name" : " Adshares DCL plugin" ,
5
5
"description" : " Adshares Decentraland SDK plugin" ,
6
6
"author" : " Adshares <dev@adshares.net>" ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export default class SupplyAgent {
43
43
private bannerCounter : number = 0
44
44
private readonly impressionId : string
45
45
private loadedContexts : IHash = { }
46
- public readonly version = '2.1.1 '
46
+ public readonly version = '2.2.0 '
47
47
48
48
public constructor ( adserver : string , publisherId : string ) {
49
49
while ( adserver . slice ( - 1 ) === '/' ) {
You can’t perform that action at this time.
0 commit comments