Skip to content

Commit

Permalink
Bumped version to 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Dec 24, 2020
1 parent 779585f commit 1e51db5
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": "5.5.0",
"version": "5.6.0",
"description": "DTS Bundle Generator",
"main": "dist/bundle-generator.js",
"typings": "dist/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 v5.5.0
// Generated by dts-bundle-generator v5.6.0

export declare type TypeName = string | number;

Expand Down

0 comments on commit 1e51db5

Please sign in to comment.