We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4debb commit f19439aCopy full SHA for f19439a
2 files changed
CHANGELOG.md
@@ -2,9 +2,14 @@
2
3
Changelog was created by [Generi](https://github.com/Novout/generi). Any questions, consult the documentation.
4
5
+### v1.2.0
6
+
7
+* **feat:** set declarations [af4debb]
8
9
### v1.1.0
10
11
* **fix:** temporary removing type because beta features [1e5e885]
12
+* **fix:** typo [11568d0]
13
* **chore:** version [b1100d5]
14
15
### v1.0.0
package.json
@@ -2,7 +2,7 @@
"name": "vue3-pdfmake",
"author": "Novout",
"license": "MIT",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "A pdfmake plugin for Vue 3",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
0 commit comments