Skip to content

Commit 84d94f6

Browse files
committed
version: notion-utils v0.4.14
1 parent e9b0762 commit 84d94f6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/notion-to-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# notion-to-utils
22

3+
## 0.4.14
4+
5+
### Patch Changes
6+
7+
- preview 함수 제외
8+
39
## 0.4.13
410

511
### Patch Changes

packages/notion-to-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-to-utils",
3-
"version": "0.4.13",
3+
"version": "0.4.14",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/notion-to-utils/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export * from './client';
2-
export * from './utils'; // ? lqip-modern 사이즈 문제로 일단 제외
2+
// export * from './utils'; // ? lqip-modern 사이즈 문제로 일단 제외
33

44
import type {
55
PageObjectResponse,

0 commit comments

Comments
 (0)