Skip to content

Commit 5cd5529

Browse files
author
sukakkar
committed
Release v3.0.1
1 parent 0d72e0b commit 5cd5529

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Change Log
22

3-
### v3.0.0 (2021/10/20 22:40 +00:00)
3+
### v3.0.1 (2021/12/29 18:20 +00:00)
4+
- [#808](https://github.com/linkedin/dustjs/pull/808) Dependency update: chokidar (@sumeetkakkar)
5+
6+
### v3.0.0 (2021/10/20 22:56 +00:00)
47
- [#805](https://github.com/linkedin/dustjs/pull/805) fix: Security bug about prototype pollution (@sumeetkakkar)
58

69
### list (2016/12/08 20:15 +00:00)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dustjs-linkedin",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"homepage": "https://github.com/linkedin/dustjs",
55
"authors": [
66
"Veena Basavaraj <vybs@users.noreply.github.com>",

lib/dust.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
}(this, function() {
1010
var dust = {
11-
"version": "3.0.0"
11+
"version": "3.0.1"
1212
},
1313
NONE = 'NONE', ERROR = 'ERROR', WARN = 'WARN', INFO = 'INFO', DEBUG = 'DEBUG',
1414
EMPTY_FUNC = function() {};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dustjs-linkedin",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"author": {
55
"name": "Aleksander Williams",
66
"url": "http://akdubya.github.com/dustjs"

0 commit comments

Comments
 (0)