Skip to content

Commit

Permalink
Merge pull request #2 from patrickkabwe/feat/refactor
Browse files Browse the repository at this point in the history
Feat/refactor
  • Loading branch information
patrickkabwe authored Dec 1, 2024
2 parents 50b72ef + 04e1b0c commit 07138f8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

- name: Setup Node.js 20.x
uses: oven-sh/setup-bun@v2
with:
bun-version: latest

- name: Install npm dependencies (bun)
run: bun install
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Setup Node.js 20.x
uses: oven-sh/setup-bun@v2
with:
bun-version: latest

- name: Install npm dependencies (bun)
run: bun install
Expand All @@ -34,7 +36,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: bun release
publish: bun release
commit: 'chore(release): version packages v${{ steps.get-version.outputs.version }}'
title: 'chore(release): version packages v${{ steps.get-version.outputs.version }}'
env:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# create-nitro-module

## 0.18.0

### Minor Changes

- initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🚀 Nitro CLI
# 🚀 Nitro Module CLI

Create cross-platform native modules with ease!

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": "create-nitro-module",
"version": "0.17.0",
"version": "0.18.0",
"description": "CLI that enables you to create react native modules with Nitro Modules",
"private": false,
"type": "module",
Expand Down

0 comments on commit 07138f8

Please sign in to comment.