Skip to content

Commit

Permalink
Fixed npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pilarczyk committed Jul 6, 2023
1 parent 220763e commit 4fcf340
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.3.1] - 2022-07-06
### Fixed
- npm build

## [2.3.0] - 2022-05-30
### Added
- Base placement without any side effect
Expand Down Expand Up @@ -91,7 +95,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.3.0...HEAD
[Unreleased]: https://github.com/adshares/decentraland/compare/v2.3.1...HEAD
[2.3.1]: https://github.com/adshares/decentraland/compare/v2.3.0...2.3.1
[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
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.3.0",
"version": "2.3.1",
"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.3.0'
public readonly version = '2.3.1'

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

0 comments on commit 4fcf340

Please sign in to comment.