Skip to content

Commit

Permalink
Bumped version to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Nov 21, 2022
1 parent 2e1b1af commit 259d0c5
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": "7.0.0",
"version": "7.1.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 v7.0.0
// Generated by dts-bundle-generator v7.1.0

export type TypeName = string | number;

Expand Down

0 comments on commit 259d0c5

Please sign in to comment.