Skip to content

Commit

Permalink
fix: add push-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kldavis4 committed Nov 8, 2023
1 parent 3892f7f commit 391f77e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-rocks-hug.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/metal-dolls-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"mongodb-level": patch
---

fix: support clear on sublevel
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongodb-level",
"description": "Mongodb backed abstract-level database for Node.js",
"version": "0.0.3",
"version": "0.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,14 +37,16 @@
"types": "pnpm tsc",
"publish": "pnpm publish -r --no-git-checks --access public",
"publish:beta": "pnpm publish -r --tag beta --no-git-checks --access public",
"publish:dev": "pnpm publish -r --tag dev --no-git-checks --access public"
"publish:dev": "pnpm publish -r --tag dev --no-git-checks --access public",
"push-tags": "pnpm exec changeset tag && git pull && git push --follow-tags"
},
"dependencies": {
"module-error": "^1.0.2",
"mongodb": "^4.12.1",
"abstract-level": "^1.0.3"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@shelf/jest-mongodb": "^4.1.4",
"@tinacms/scripts": "^1.0.0",
"@types/jest": "^29.2.4",
Expand Down

0 comments on commit 391f77e

Please sign in to comment.