Skip to content

Commit

Permalink
Updated dependencies to enable using a timestamp. Also added default …
Browse files Browse the repository at this point in the history
…config that uses it.
  • Loading branch information
Cobus Kruger committed Jul 6, 2019
1 parent cbad6ed commit 069cb81
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Nothing for now.

## [2.0.1] - 2019-07-06

* Allow adding the time stamp to the file output.
* Updated dependencies to fix five vulnerabilities.

## [2.0.0] - 2019-03-26

### Overview
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Combine Scripts",
"description": "Create a single combined script from several files.",
"icon": "icons/main-icon.png",
"version": "2.0.0",
"version": "2.0.1",
"publisher": "BateleurIO",
"repository": "https://github.com/BateleurIO/sqlops-combine-scripts.git",
"license": "MIT",
Expand Down Expand Up @@ -54,6 +54,7 @@
"* This is a concatenation of all the selected files, including files in subfolders.",
"* The start and end of each file contains a comment with its name, as well as a",
"* print statement.",
"* Generated at: ${now} ",
"***********************************************************************************"
],
"description": "File Header"
Expand Down Expand Up @@ -127,7 +128,7 @@
"vscode": "^1.1.33"
},
"dependencies": {
"@cobuskruger/combine-files": "^1.0.4",
"@cobuskruger/combine-files": "^1.0.6",
"tmp": "0.0.33",
"url-parse": "^1.4.4"
}
Expand Down

0 comments on commit 069cb81

Please sign in to comment.