Skip to content

Commit 53c5050

Browse files
committed
chore: bump version to 1.2.1 in package.json and jsr.json
1 parent 25c6043 commit 53c5050

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

.github/workflows/publish.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# # .github/workflows/publish.yml
1+
# .github/workflows/publish.yml
22

3-
# name: Publish
3+
name: Publish
44

5-
# on:
6-
# push:
7-
# branches:
8-
# - main
5+
on:
6+
push:
7+
branches:
8+
- main
99

10-
# jobs:
11-
# publish:
12-
# runs-on: ubuntu-latest
13-
# permissions:
14-
# contents: read
15-
# id-token: write
10+
jobs:
11+
publish:
12+
runs-on: ubuntu-latest
13+
permissions:
14+
contents: read
15+
id-token: write
1616

17-
# steps:
18-
# - name: Checkout repository
19-
# uses: actions/checkout@v4
17+
steps:
18+
- name: Checkout repository
19+
uses: actions/checkout@v4
2020

21-
# - name: Install Bun
22-
# uses: oven-sh/setup-bun@v1
21+
- name: Install Bun
22+
uses: oven-sh/setup-bun@v1
2323

24-
# - name: Install dependencies
25-
# run: bun install
24+
- name: Install dependencies
25+
run: bun install
2626

27-
# - name: Publish package
28-
# run: bunx jsr publish --allow-slow-types
27+
# - name: Publish package
28+
# run: bunx jsr publish --allow-slow-types

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowfluke/ppu-ocv",
3-
"version": "1.1.1",
3+
"version": "1.2.1",
44
"license": "MIT",
55
"exports": "./src/index.ts",
66
"publish": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ppu-ocv",
3-
"version": "1.1.1",
3+
"version": "1.2.1",
44
"description": "A type-safe, modular, chainable image processing library built on top of OpenCV.js with a fluent API leveraging pipeline processing.",
55
"keywords": [
66
"open-cv",

0 commit comments

Comments
 (0)