Skip to content

Commit 8eb45c0

Browse files
committed
chore(release): set up new version release
1 parent a87a8db commit 8eb45c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI
2-
on: [push]
2+
on: [push, pull_request]
33
jobs:
44
build:
55
name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-slideshow-image",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "An image slideshow with react",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)