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

+ 1 - 1
packages/slackbot-proxy/CHANGES.md

@@ -1,6 +1,6 @@
 # CHANGES
 
-## v1.0.1-RC
+## v1.0.1
 
 * Improvement: Automatically add GROWI bot user to the channel where the command was executed
 * Improvement: Post a welcome message when the installation is successful

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

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