Skip to content

Commit

Permalink
Release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sukakkar committed Dec 29, 2021
1 parent 0d72e0b commit 5cd5529
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,9 @@
## Change Log

### v3.0.0 (2021/10/20 22:40 +00:00)
### v3.0.1 (2021/12/29 18:20 +00:00)
- [#808](https://github.com/linkedin/dustjs/pull/808) Dependency update: chokidar (@sumeetkakkar)

### v3.0.0 (2021/10/20 22:56 +00:00)
- [#805](https://github.com/linkedin/dustjs/pull/805) fix: Security bug about prototype pollution (@sumeetkakkar)

### list (2016/12/08 20:15 +00:00)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "dustjs-linkedin",
"version": "3.0.0",
"version": "3.0.1",
"homepage": "https://github.com/linkedin/dustjs",
"authors": [
"Veena Basavaraj <vybs@users.noreply.github.com>",
Expand Down
2 changes: 1 addition & 1 deletion lib/dust.js
Expand Up @@ -8,7 +8,7 @@
}
}(this, function() {
var dust = {
"version": "3.0.0"
"version": "3.0.1"
},
NONE = 'NONE', ERROR = 'ERROR', WARN = 'WARN', INFO = 'INFO', DEBUG = 'DEBUG',
EMPTY_FUNC = function() {};
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dustjs-linkedin",
"version": "3.0.0",
"version": "3.0.1",
"author": {
"name": "Aleksander Williams",
"url": "http://akdubya.github.com/dustjs"
Expand Down

0 comments on commit 5cd5529

Please sign in to comment.