Skip to content

Commit

Permalink
New patch release (#628)
Browse files Browse the repository at this point in the history
* Version bump

* Add missing step name to release.yml workflow

Co-authored-by: ericcornelissen <ericcornelissen@users.noreply.github.com>
  • Loading branch information
ec-automation-bot[bot] and ericcornelissen committed Jan 3, 2023
1 parent de563b1 commit 4fe9b27
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
node-version-file: .nvmrc
- name: Install dependencies
run: npm clean-install
- uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.7.0
- name: Create token to create Pull Request
uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.7.0
id: release-token
with:
app_id: ${{ secrets.RELEASE_APP_ID }}
Expand Down
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.6.2] - 2023-01-03

- Add in-code example usage for each API function. ([#610])
- Add whitespace preservation for Bash, Dash, and Zsh. ([#584])
- Add whitespace preservation for PowerShell. ([#614])
Expand Down
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 package.
* @module shescape
* @version 1.6.1
* @version 1.6.2
* @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.1",
"version": "1.6.2",
"description": "simple shell escape library",
"homepage": "https://ericcornelissen.github.io/shescape/",
"license": "MPL-2.0",
Expand Down

0 comments on commit 4fe9b27

Please sign in to comment.