Skip to content

Commit

Permalink
Bumped version to 6.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Sep 4, 2022
1 parent 8b9a51d commit a7a6c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "dts-bundle-generator",
"version": "6.12.0",
"version": "6.13.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
@@ -1,4 +1,4 @@
// Generated by dts-bundle-generator v6.12.0
// Generated by dts-bundle-generator v6.13.0

export declare type TypeName = string | number;

Expand Down

0 comments on commit a7a6c96

Please sign in to comment.