Skip to content

Commit

Permalink
Bumped version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Apr 21, 2020
1 parent 2e19406 commit c327c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "dts-bundle-generator",
"version": "4.2.0",
"version": "4.3.0",
"description": "DTS Bundle Generator",
"main": "bundle-generator.js",
"typings": "bundle-generator.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test-cases/banner/output.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by dts-bundle-generator v4.2.0
// Generated by dts-bundle-generator v4.3.0

export declare type TypeName = string | number;

Expand Down

0 comments on commit c327c94

Please sign in to comment.