Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Update the version field in package.json and package-lock.json to
v1.1.2, update the version field in index.js to v1.1.2, and add v1.1.2
to the CHANGELOG.
  • Loading branch information
ericcornelissen committed Jan 7, 2021
1 parent 6d5ea78 commit d9caf76
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Versioning].

## [Unreleased]

- _No changes yet_

## [1.1.2] - 2021-01-07

- Add in-source JSDoc documentation.

## [1.1.1] - 2020-12-30
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* cp.spawn("command", shescape.escapeAll(userInput), options);
*
* @module shescape
* @version 1.1.1
* @version 1.1.2
* @license MPL-2.0
* @author Eric Cornelissen <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shescape",
"version": "1.1.1",
"version": "1.1.2",
"description": "simple shell escape library",
"homepage": "https://ericcornelissen.github.io/shescape/",
"license": "MPL-2.0",
Expand Down

0 comments on commit d9caf76

Please sign in to comment.