Skip to content

Commit 7e4c95b

Browse files
committed
v0.2.0
1 parent 2069f6c commit 7e4c95b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
This project adheres to the [Semantic Versioning 2.0 Specification](https://semver.org).
44

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+
#### CLI
23+
24+
- The help command now shows `pme` as the script name instead of `cli.js`.
25+
526
## 0.1.0 - January 26, 2023
627

728
- Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdf-made-easy",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"license": "Apache-2.0",
66
"author": "Matthew Espino",

0 commit comments

Comments
 (0)