File tree 5 files changed +24
-4
lines changed
5 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,11 @@ It also hosts the default integrations provided by the GitBook team:
10
10
- [ ` slack ` ] ( ./integrations/slack/ )
11
11
- [ ` segment ` ] ( ./integrations/segment/ )
12
12
- [ ` webhook ` ] ( ./integrations/webhook/ )
13
+
14
+
15
+ ### How to contribute
16
+
17
+ After making a change, run ` npm run changeset ` to describe your changes.
18
+ To publish the packages, you can run:
19
+ - ` npm run version-packages ` to create new local versions from the changes
20
+ - ` npm run release ` to publish the to NPM
Original file line number Diff line number Diff line change 1
1
# @gitbook/runtime-v8-isolated
2
2
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Prepare for publishing by configuring the packages.
8
+ - Updated dependencies
9
+ - @gitbook/runtime-v8-stdlib @0.0.2
10
+
3
11
## 0.0.1
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitbook/runtime-v8-isolated" ,
3
- "version" : " 0.0.1" ,
4
- "private" : true ,
3
+ "version" : " 0.0.2" ,
5
4
"main" : " dist/index.js" ,
6
5
"types" : " dist/index.d.ts" ,
7
6
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
# @gitbook/runtime-v8-stdlib
2
2
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Prepare for publishing by configuring the packages.
8
+
3
9
## 0.0.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitbook/runtime-v8-stdlib" ,
3
- "version" : " 0.0.1" ,
4
- "private" : true ,
3
+ "version" : " 0.0.2" ,
5
4
"main" : " index.ts" ,
6
5
"dependencies" : {},
7
6
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments