Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 10, 2023
1 parent 1cc8bcc commit 7989f51
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-sloths-breathe.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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": {
Expand All @@ -31,7 +36,9 @@
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"files": [
"dist"
],
"type": "module",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 7989f51

Please sign in to comment.