File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.0
2+
3+ - Same as ` 1.2.9 `
4+
15## 1.2.9
26
37- feat: ` Context ` Support props and emit generics
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-class-setup" ,
3- "version" : " 1.2.8-beta2 " ,
3+ "version" : " 1.3.0 " ,
44 "main" : " dist/index.cjs.js" ,
55 "module" : " dist/index.es.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
3- version=v ` node -e " console.log(require('./package.json').version)" `
3+ version=` node -e " console.log(require('./package.json').version)" `
44
55npm publish --registry=https://registry.npmjs.org
66
77git add .
88git commit -m " release: vue-class-setup@$version "
99git push
10- git tag $version
11- git push origin $version
10+ git tag v $version
11+ git push origin v $version
You can’t perform that action at this time.
0 commit comments