Skip to content

Commit

Permalink
Bump Command Version
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomvh committed Dec 1, 2022
1 parent a48c6c5 commit 8b23ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "ng test",
"watch": "ng build --watch --configuration development",
"docs": "compodoc -p projects/angular-odata/tsconfig.lib.json -d docs --disableGraph --disableCoverage",
"versioning": "npm version 0.110.0 --allow-same-version && cd projects/angular-odata && npm version 0.110.0 --allow-same-version && cd ../..",
"versioning": "npm version 0.115.0 --allow-same-version && cd projects/angular-odata && npm version 0.115.0 --allow-same-version && cd ../..",
"publish": "npm run build && npm publish dist/angular-odata/",
"release": "cp README.md projects/angular-odata/README.md && npm run docs && npm run publish",
"prettier": "prettier --write \"projects/angular-odata/**/*.ts\""
Expand Down

0 comments on commit 8b23ce0

Please sign in to comment.