Skip to content

Commit 43af8f9

Browse files
author
Max Presman
committed
changelog
1 parent d71cbde commit 43af8f9

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
## [v4.4.2](https://github.com/pubnub/javascript/tree/v4.4.2)
3+
4+
5+
[Full Changelog](https://github.com/pubnub/javascript/compare/v4.4.1...v4.4.2)
6+
7+
8+
- ⭐adjust compilation for webpack based compilations
9+
10+
11+
212
## [v4.4.1](https://github.com/pubnub/javascript/tree/v4.4.1)
313

414

dist/web/pubnub.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! 4.4.1 / Consumer */
1+
/*! 4.4.2 / Consumer */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();
@@ -3104,7 +3104,7 @@ return /******/ (function(modules) { // webpackBootstrap
31043104
}, {
31053105
key: 'getVersion',
31063106
value: function getVersion() {
3107-
return '4.4.1';
3107+
return '4.4.2';
31083108
}
31093109
}, {
31103110
key: '_decideUUID',

dist/web/pubnub.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/components/config.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)