Skip to content

Commit 83c18c7

Browse files
committed
Version 2.1.0
1 parent c863483 commit 83c18c7

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v2.1.0 (2021-09-28)
2+
3+
Changes:
4+
- @joeflateau: Add `pageUrl` property to AdsRequest (#19)
5+
6+
Fixes:
7+
- @joeflateau: Loading of IMA SDK in non-http environments (#16 / #18)
8+
9+
Technical changes:
10+
- Updated from TypeScript `4.1` to `4.4`
11+
- Updated from ESLint `7.13` to `7.32`
12+
- Updated from Prettier `2.2` to `2.4`
13+
- Remove TSLint
14+
15+
## v2.0.3 (2021-05-01)
16+
17+
Fixes:
18+
- @Achavesm: Spelling mistake in `nearMathPercent` (#11)
19+
120
## v2.0.2 (2020-11-20)
221

322
Fixes:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alugha/ima",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "A library for asynchronously loading the Google IMA SDK with static typing for the SDK",
55
"license": "MIT",
66
"author": "Niklas Korz <[email protected]>",

0 commit comments

Comments
 (0)