Skip to content

Commit

Permalink
Increment @sgrud/bin package version
Browse files Browse the repository at this point in the history
  • Loading branch information
schlusslicht committed Dec 13, 2023
1 parent 723058c commit a1a754c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sgrud/bin",
"version": "0.0.25",
"version": "0.0.26",
"source": "./index.ts",
"types": "./index.d.ts",
"main": "../../dist/bin/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bin/res/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sgrud/eslint-config",
"private": true,
"version": "0.0.25",
"version": "0.0.26",
"main": "./index.json",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bin/res/typedoc-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sgrud/typedoc-plugin",
"private": true,
"version": "0.0.25",
"version": "0.0.26",
"main": "./index.js",
"peerDependencies": {
"better-sqlite3": "^9.2.2",
Expand Down

0 comments on commit a1a754c

Please sign in to comment.