Skip to content

Commit

Permalink
chore: 🔖 Release Capacitor-NodeJS v1.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hampoelz committed Sep 14, 2023
1 parent 7320ad6 commit 92d4c48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0-beta.5] - 2023-09-15

### Fixed

- Fix `bridge` addListener callback only fired once

## [1.0.0-beta.4] - 2023-08-25

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
**Capacitor v5 or newer is required. This project isn't compatible with lower versions of Capacitor.**

```bash
npm install https://github.com/hampoelz/capacitor-nodejs/releases/download/v1.0.0-beta.4/capacitor-nodejs.tgz
npm install https://github.com/hampoelz/capacitor-nodejs/releases/download/v1.0.0-beta.5/capacitor-nodejs.tgz
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-nodejs",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "A full-fledged Node.js runtime for Capacitor apps",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 92d4c48

Please sign in to comment.