Skip to content

Commit

Permalink
Release 0.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny-improbable committed Mar 27, 2018
1 parent ad69505 commit 3b722bf
Show file tree
Hide file tree
Showing 2 changed files with 7 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.2

### Changes
* Fixes invalid 0.5.1 publish (fixed prepublishOnly script)

## 0.5.1

### Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ts-protoc-gen",
"version": "0.5.1",
"version": "0.5.2",
"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)",
"prepublishOnly": "npm build"
"prepublishOnly": "npm run build"
},
"bin": {
"protoc-gen-ts": "bin/protoc-gen-ts"
Expand Down

0 comments on commit 3b722bf

Please sign in to comment.