Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
penpenpng committed Jul 10, 2024
1 parent ee863ac commit adc2a0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- run: npm run lint
- run: npm run test
- run: npm run build
- run: npx -y can-npm-publish && npm publish
- name: publish rx-nostr
run: npx -y can-npm-publish packages/core && npm publish -w packages/core
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
- name: publish @rx-nostr/crypto
run: npx -y can-npm-publish packages/crypto && npm publish -w packages/crypto
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rx-nostr",
"version": "2.7.3",
"version": "3.0.0",
"description": "A library based on RxJS, which allows Nostr applications to easily communicate with relays.",
"author": "penpenpng",
"keywords": [
Expand Down

0 comments on commit adc2a0a

Please sign in to comment.