Skip to content

Commit

Permalink
fix: preConfig hook
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen1987 committed Mar 19, 2021
1 parent 4eaa942 commit d5445fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.11 (March 19, 2021)

- fix: preConfig hook

## 1.2.10 (March 09, 2021)


Expand Down
3 changes: 2 additions & 1 deletion blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kitchen-sink-blocklet
title: Kitchen Sink
version: 1.2.10
version: 1.2.11
description: Demo blocklet that showing how blocklet works in ABT node
files:
- blocklet.md
Expand Down Expand Up @@ -98,6 +98,7 @@ scripts:
preStart: node app/hooks/pre-start.js
preStop: node app/hooks/pre-stop.js
preUninstall: node app/hooks/pre-uninstall.js
preConfig: node app/hooks/pre-config.js
requirements:
abtnode: '>=1.1.10'
timeout:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.10",
"version": "1.2.11",
"description": "Demo blocklet that showing how blocklet works in ABT node",
"files": [
"blocklet.md",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.10
1.2.11

0 comments on commit d5445fc

Please sign in to comment.