Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny-improbable committed Mar 27, 2018
1 parent 88cc1a9 commit ad69505
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.1

### Changes
* Fixes invalid 0.5.0 publish (added prepublishOnly script)

## 0.5.0

### Migration Guide
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "ts-protoc-gen",
"version": "0.5.0",
"version": "0.5.1",
"description": "Protoc Plugin for TypeScript Declarations and Service Definitions",
"scripts": {
"lint": "tslint src/**/*.ts && (cd test && npm run lint)",
"lint:fix": "npm run lint -- --fix && (cd test && npm run lint:fix)",
"clean": "rm -rf lib",
"build": "npm run clean && tsc",
"test": "npm run lint && npm run build && (cd test && npm run test)"
"test": "npm run lint && npm run build && (cd test && npm run test)",
"prepublishOnly": "npm build"
},
"bin": {
"protoc-gen-ts": "bin/protoc-gen-ts"
Expand Down

0 comments on commit ad69505

Please sign in to comment.