Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pilarczyk committed May 30, 2023
1 parent cd95607 commit 220763e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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]

## [2.3.0] - 2022-05-30
### Added
- Base placement without any side effect
- Plain stand with frame and include base placement
Expand Down Expand Up @@ -89,7 +91,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/v2.2.0...HEAD
[Unreleased]: https://github.com/adshares/decentraland/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/adshares/decentraland/compare/v2.2.0...2.3.0
[2.2.0]: https://github.com/adshares/decentraland/compare/v2.1.1...2.2.0
[2.1.1]: https://github.com/adshares/decentraland/compare/v2.1.0...2.1.1
[2.1.0]: https://github.com/adshares/decentraland/compare/v2.0.2...2.1.0
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": "2.2.0",
"version": "2.3.0",
"display-name": "Adshares DCL plugin",
"description": "Adshares Decentraland SDK plugin",
"author": "Adshares <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/supplyAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default class SupplyAgent {
private bannerCounter: number = 0
private readonly impressionId: string
private loadedContexts: IHash = {}
public readonly version = '2.2.0'
public readonly version = '2.3.0'

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

0 comments on commit 220763e

Please sign in to comment.