Skip to content

Commit

Permalink
chore: release stable try 4
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvegda authored Feb 21, 2022
2 parents e3dfb10 + 96ac95c commit 3765e8d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Lint & Test
on:
push:
paths-ignore:
- 'website/**'
paths:
- '**'
- '!website/**'
pull_request:
paths-ignore:
- 'website/**'
paths:
- '**'
- '!website/**'

jobs:
test:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
branches:
- main
- next
paths-ignore:
- 'website/**'
paths:
- '**'
- '!website/**'

jobs:
lint-test:
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0-next.4](https://github.com/arjunvegda/japanese-moji/compare/v1.1.0-next.3...v1.1.0-next.4) (2022-02-21)


### Bug Fixes

* trigger build, empty commit ([#45](https://github.com/arjunvegda/japanese-moji/issues/45)) ([96d3c03](https://github.com/arjunvegda/japanese-moji/commit/96d3c0369aadee560cc6aee1742e977a31e2a718))

# [1.1.0-next.3](https://github.com/arjunvegda/japanese-moji/compare/v1.1.0-next.2...v1.1.0-next.3) (2022-02-21)


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": "japanese-moji",
"version": "1.1.0-next.3",
"version": "1.1.0-next.4",
"description": "A toolkit to validate Japanese characters",
"type": "module",
"packageManager": "[email protected]",
Expand Down

0 comments on commit 3765e8d

Please sign in to comment.