Skip to content

Commit e76a717

Browse files
committed
Merge branch 'release/1.3.3'
2 parents edfec4c + 493d27c commit e76a717

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
Notable changes to the project
3+
4+
## [Unreleased]
5+
6+
## [1.3.3] - 2020-07-27
7+
### Changed
8+
- Docker repo change for production environment.
9+
10+
## [1.3.2]
11+
### Changed
12+
- Create package with module statement to allow clients to select polyfill
13+
14+
## [1.3.1]
15+
### Changed
16+
- Switch to use @babel/plugin-transform-runtime for smaller bundle size
17+
18+
## [1.3.0]
19+
### Changed
20+
- Webpack config file cleanup
21+
22+
## [1.2.0]
23+
### Added
24+
- TCF V2 support

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dr.cnvr.net:5000/mpub/base-cnvr-centos7-nodejs-chrome:released
1+
FROM dtr.cnvr.net/cpe/base-cnvr-centos7-nodejs-chrome:released
22

33
COPY package.json /var/build/package.json
44
WORKDIR /var/build

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubcid",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Publisher Common ID",
55
"scripts": {
66
"lint": "eslint src/**/*.js",

0 commit comments

Comments
 (0)