Skip to content

Commit

Permalink
FIX: Export JenkinsAction implementation as well. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Straut committed Nov 9, 2017
1 parent ffde87d commit 7701131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jenkins-api-ts-typings",
"version": "0.5.0",
"version": "0.5.1",
"description": "Jenkins JSON API TypeScript Typings",
"keywords": [
"jenkins",
Expand Down
1 change: 1 addition & 0 deletions src/jenkins-api-ts-typings.ts
Expand Up @@ -4,6 +4,7 @@ export { JenkinsChangeSet } from './JenkinsChangeSet';
export { JenkinsBuild } from './JenkinsBuild';
export { JenkinsJob } from './JenkinsJob';
export { JenkinsView } from './JenkinsView';
export { JenkinsAction } from './JenkinsAction';

export interface IJenkinsData {
jobs: Array<IJenkinsJob>;
Expand Down

0 comments on commit 7701131

Please sign in to comment.