Skip to content

Commit

Permalink
build: version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jul 3, 2023
1 parent 771c640 commit 2ab94c3
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.1.1](https://github.com/meteorlxy/vue-showdown/compare/v4.1.0...v4.1.1) (2023-07-03)


### Bug Fixes

* fix types definitions (close [#47](https://github.com/meteorlxy/vue-showdown/issues/47)) ([16010a8](https://github.com/meteorlxy/vue-showdown/commit/16010a8bf19ff9b57c18758ec3ffa500de084547))



# [4.1.0](https://github.com/meteorlxy/vue-showdown/compare/v4.0.0...v4.1.0) (2023-05-10)


Expand Down
2 changes: 1 addition & 1 deletion dist/vue-showdown.cjs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* vue-showdown - Use showdown as a vue component
*
* @version v4.1.0
* @version v4.1.1
* @link https://vue-showdown.js.org
* @license MIT
* @copyright 2018-2023 meteorlxy
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-showdown.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ declare const VueShowdown: vue.DefineComponent<{
options: ShowdownOptions;
vueTemplate: boolean;
vueTemplateData: Record<string, any>;
}>;
}, {}>;

/**
* The VueShowdown plugin
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-showdown.esm.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* vue-showdown - Use showdown as a vue component
*
* @version v4.1.0
* @version v4.1.1
* @link https://vue-showdown.js.org
* @license MIT
* @copyright 2018-2023 meteorlxy
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-showdown.esm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-showdown.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* vue-showdown - Use showdown as a vue component
*
* @version v4.1.0
* @version v4.1.1
* @link https://vue-showdown.js.org
* @license MIT
* @copyright 2018-2023 meteorlxy
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-showdown.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-showdown",
"version": "4.1.0",
"version": "4.1.1",
"description": "Use showdown as a vue component",
"keywords": [
"vue",
Expand Down

1 comment on commit 2ab94c3

@vercel
Copy link

@vercel vercel bot commented on 2ab94c3 Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-showdown – ./

vue-showdown-meteorlxy.vercel.app
vue-showdown.vercel.app
vue-showdown-git-main-meteorlxy.vercel.app

Please sign in to comment.