Skip to content

Commit 0f2a83e

Browse files
committed
chore(release): 1.7.1
1 parent 54345bf commit 0f2a83e

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.7.1](https://github.com/tatupesonen/formatbot/compare/v1.7.0...v1.7.1) (2021-09-21)
6+
7+
8+
### Bug Fixes
9+
10+
* **slashcommand:** error with case of no userInputLanguage ([54345bf](https://github.com/tatupesonen/formatbot/commit/54345bf54c6bb781db526c98a9f195f820cac2b6))
11+
512
## [1.7.0](https://github.com/tatupesonen/formatbot/compare/v1.6.0...v1.7.0) (2021-09-21)
613

714

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formatbot",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Formats a reacted message using Prettier",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
@@ -25,7 +25,7 @@
2525
"doc": "run-s doc:html && open-cli build/docs/index.html",
2626
"doc:html": "typedoc src/ --out build/docs --theme node_modules/eledoc/bin/default/",
2727
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
28-
"version": "standard-version -s",
28+
"version": "npx standard-version -s",
2929
"reset-hard": "git clean -dfx && git reset --hard && yarn",
3030
"prepare-release": "run-s doc:html version doc:publish"
3131
},

0 commit comments

Comments
 (0)