Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
fixed pipeline to push to github registry as well as npm registry

3.1.2

fixed issue with ghr due to it not knowing of which registry to use: actions/setup-node#73

clean up pipeline with tagging and publish

3.1.3
  • Loading branch information
synle committed Jul 14, 2020
1 parent 6808d67 commit e2d7a4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restapi-typescript-decorators",
"version": "3.1.0",
"version": "3.1.3",
"description": "Decorators that helps reduce the boilderplate code for rest api calls on the frontend and node js",
"main": "build/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/OverrideTransformDataStore.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RestClient, RestApi, RequestBody, PathParam, QueryParams, ApiResponse } from '../index';
import { RestClient, RestApi, RequestBody, PathParam, QueryParams, ApiResponse } from '../index';

import { HttpBinGetResponse, HttpBinPostResponse } from './HttpBinTypes';

Expand Down

0 comments on commit e2d7a4d

Please sign in to comment.