diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..52899dc --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +test/ +doc/ +.travis.yml +.github/ + +yarn-error.log +yarn.lock diff --git a/changelog.md b/changelog.md index f0b1d07..3b398dd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 0.3.1 (2021-05-11) +- 添加 .npmignore 文件,防止发布的包体积太大 +- 更新 readme.md 中的徽标 + # 0.3.0 (2021-05-11) - `convert()` 和 `font.output()` 中的 `types` 选项将自动忽略不支持的格式 - 升级相关依赖