Просмотр исходного кода

(slackbot-proxy) :+1: version and update docs

Yuki Takei 4 лет назад
Родитель
Сommit
f7f7b729cf
2 измененных файлов с 5 добавлено и 1 удалено
  1. 4 0
      packages/slackbot-proxy/CHANGES.md
  2. 1 1
      packages/slackbot-proxy/package.json

+ 4 - 0
packages/slackbot-proxy/CHANGES.md

@@ -1,5 +1,9 @@
 # CHANGES
 # CHANGES
 
 
+## v1.0.2
+
+* Fix: Label for the install succeeded screen
+
 ## v1.0.1
 ## v1.0.1
 
 
 * Improvement: Automatically add GROWI bot user to the channel where the command was executed
 * Improvement: Automatically add GROWI bot user to the channel where the command was executed

+ 1 - 1
packages/slackbot-proxy/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@growi/slackbot-proxy",
   "name": "@growi/slackbot-proxy",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "license": "MIT",
   "license": "MIT",
   "scripts": {
   "scripts": {
     "build": "yarn tsc && tsc-alias -p tsconfig.build.json",
     "build": "yarn tsc && tsc-alias -p tsconfig.build.json",