Skip to content

Commit

Permalink
chore: 🔖 Release Capacitor-NodeJS v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hampoelz committed Jan 29, 2023
1 parent d62b97a commit e22c24a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.2] - 2023-01-30

### Changed

- Bump nodejs-mobile core library to v16.17.0
- Update node engine to v16.17.1
- Disable Android 32-bit x86 support for now

## [1.0.0-beta.1] - 2023-01-29

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@
**You've to use Capacitor v3 or newer. 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.1/capacitor-nodejs.tgz
npm install https://github.com/hampoelz/capacitor-nodejs/releases/download/v1.0.0-beta.2/capacitor-nodejs.tgz
npx cap sync
```

> ❗ Important
>
> For now Android 32-bit x86 support is disabled in Capacitor-NodeJS v1.0.0-beta.2 _(based on node.js v16)_ as there is currently no support for it in the latest version of the nodejs-mobile core library. However, you can use Capacitor-NodeJS v1.0.0-beta.1 which is based on node.js v12.
## Example

To add a NodeJS project to your app, the following steps are required:
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-nodejs",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"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 e22c24a

Please sign in to comment.