We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee5c453 + 2937a97 commit 422303dCopy full SHA for 422303d
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [v0.1.11](https://github.com/kromiii/notion-to-slides/compare/v0.1.10...v0.1.11) - 2024-11-13
4
+- Remove unnecessary debug logs by @MenxuSeo in https://github.com/kromiii/notion-to-slides/pull/15
5
+
6
## [v0.1.10](https://github.com/kromiii/notion-to-slides/compare/v0.1.9...v0.1.10) - 2024-11-13
7
8
## [v0.1.9](https://github.com/kromiii/notion-to-slides/compare/v0.1.8...v0.1.9) - 2024-11-13
package.json
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
- "version": "0.1.10",
+ "version": "0.1.11",
"description": "Convert notion page to pdf slides",
"main": "dist/index.js",
9
"bin": {
0 commit comments