Skip to content

Commit

Permalink
New minor release (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
ec-automation-bot[bot] authored Jun 12, 2023
1 parent 72b8c26 commit 68c4a83
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ Versioning].

## [Unreleased]

- _No changes yet_

## [1.7.0] - 2023-06-12

- Add flag protection option. ([#908])
- Add `@since` information to API options. ([#909])
- Add `options` to the API documentation. ([#936])

## [1.6.7] - 2023-05-29

Expand Down Expand Up @@ -251,6 +257,8 @@ Versioning].
[#827]: https://github.com/ericcornelissen/shescape/pull/827
[#902]: https://github.com/ericcornelissen/shescape/pull/902
[#908]: https://github.com/ericcornelissen/shescape/pull/908
[#909]: https://github.com/ericcornelissen/shescape/pull/909
[#936]: https://github.com/ericcornelissen/shescape/pull/936
[552e8ea]: https://github.com/ericcornelissen/shescape/commit/552e8eab56861720b1d4e5474fb65741643358f9
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @overview Entrypoint for the library.
* @module shescape
* @version 1.6.7
* @version 1.7.0
* @license MPL-2.0
*/

Expand Down
4 changes: 2 additions & 2 deletions 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.6.7",
"version": "1.7.0",
"description": "simple shell escape library",
"homepage": "https://github.com/ericcornelissen/shescape#readme",
"license": "MPL-2.0",
Expand Down

0 comments on commit 68c4a83

Please sign in to comment.