We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2069f6c commit 7e4c95bCopy full SHA for 7e4c95b
2 files changed
CHANGELOG.md
@@ -2,6 +2,27 @@
2
3
This project adheres to the [Semantic Versioning 2.0 Specification](https://semver.org).
4
5
+## 0.2.0 - February 01, 2023
6
+
7
+### ⚠️ Breaking
8
9
+#### Library
10
11
+- `getDefaultTemplateRenderer` is no longer exported.
12
+- `getTemplateRenderer` is now optional and is passed as part of `options`.
13
14
+### ✨ New
15
16
+#### CLI
17
18
+- A custom template renderer can now be set in the config file.
19
20
+### 🔧 Fixes
21
22
23
24
+- The help command now shows `pme` as the script name instead of `cli.js`.
25
26
## 0.1.0 - January 26, 2023
27
28
- Initial release
package.json
@@ -1,6 +1,6 @@
1
{
"name": "pdf-made-easy",
- "version": "0.1.0",
+ "version": "0.2.0",
"type": "module",
"license": "Apache-2.0",
"author": "Matthew Espino",
0 commit comments