Skip to content

Commit

Permalink
Bumped version to 6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Apr 26, 2022
1 parent 79dd516 commit eab1f86
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.8.0",
"version": "6.9.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.8.0
// Generated by dts-bundle-generator v6.9.0

export declare type TypeName = string | number;

Expand Down

0 comments on commit eab1f86

Please sign in to comment.