diff --git a/.changeset/brown-sloths-breathe.md b/.changeset/brown-sloths-breathe.md deleted file mode 100644 index 575d657..0000000 --- a/.changeset/brown-sloths-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mddb": patch ---- - -Fix missing build files in npm package diff --git a/CHANGELOG.md b/CHANGELOG.md index aaac9a0..ddb5bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # mddb +## 0.2.1 + +### Patch Changes + +- [`1cc8bcc`](https://github.com/datopian/markdowndb/commit/1cc8bcc2b351f1ef83ee6e1cc30065ea48c10b2f) Thanks [@olayway](https://github.com/olayway)! - Fix missing build files in npm package + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index 82c89af..453c323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mddb", - "version": "0.2.0", + "version": "0.2.1", "description": "Parse markdown files and store them in an SQL database.", "bin": { "mddb": "./dist/src/bin/index.js" @@ -21,7 +21,12 @@ "type": "git", "url": "git+https://github.com/datopian/markdowndb.git" }, - "keywords": ["markdown", "database", "content", "obsidian"], + "keywords": [ + "markdown", + "database", + "content", + "obsidian" + ], "author": "Rufus Pollock", "license": "MIT", "bugs": { @@ -31,7 +36,9 @@ "publishConfig": { "access": "public" }, - "files": ["dist"], + "files": [ + "dist" + ], "type": "module", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts",