Skip to content

Commit 14f9430

Browse files
authored
Merge pull request #7 from pitzzahh/fix/npm-readme
fix: ci
2 parents 0509a93 + b3da05a commit 14f9430

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
registry-url: 'https://registry.npmjs.org'
1717
- uses: oven-sh/setup-bun@v2
1818
- run: bun install
19-
- run: bun publish --provenance --access public
19+
- run: npm publish --provenance --access public
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## [2.1.5] - 2025-07-08
3+
## [2.1.6] - 2025-07-08
44

55
### Fixed
66
- **README updates**: Fixed outdated README content in npm package
77
- **Documentation links**: Corrected incorrect links to wiki and documentation
8+
- **CI workflow**: Updated GitHub Actions workflow to use bun for installation while publishing with npm
89

910
## [2.1.3] - 2025-07-08
1011

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pitzzahh/signaldb-adapter-tauri",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "A SignalDB persistence adapter for Tauri apps with optional encryption support",
55
"module": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)