Skip to content

Commit 023e053

Browse files
chore: release v0.3.0 (#317)
1 parent 0a35ab0 commit 023e053

File tree

4 files changed

+24
-18
lines changed

4 files changed

+24
-18
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,7 @@ jobs:
5454
run: npm ci --prefer-offline --no-audit --no-optional
5555

5656
- name: Run linter(s) 👀
57-
uses: wearerequired/lint-action@v1
58-
with:
59-
github_token: ${{ secrets.GITHUB_TOKEN }}
60-
continue_on_error: false
61-
neutral_check_on_warning: true
62-
auto_fix: false
63-
git_name: github-actions[bot]
64-
git_email: github-actions[bot]@users.noreply.github.com
65-
stylelint: true
66-
stylelint_extensions: css,sass,scss,vue
67-
eslint: true
68-
eslint_extensions: js,ts,vue
69-
prettier: true
70-
prettier_extensions: js,ts,vue
57+
run: npm run lint
7158

7259
- name: Check build 🎉
7360
run: npm run build

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.3.0](https://github.com/vinayakkulkarni/s-offline/compare/v0.2.1...v0.3.0) (2021-08-29)
2+
3+
4+
### Bug Fixes
5+
6+
* typings & minor housekeeping of eslint ([6a7aa82](https://github.com/vinayakkulkarni/s-offline/commit/6a7aa82a641b14be4db5236baea92c13bbe4ab00))
7+
8+
9+
### Features
10+
11+
* minor housekeeping ([49c0c8d](https://github.com/vinayakkulkarni/s-offline/commit/49c0c8d1eb3617957fbf7509108b4ad1646af11f))
12+
13+
14+
115
## [0.2.1](https://github.com/vinayakkulkarni/s-offline/compare/v0.2.0...v0.2.1) (2021-07-08)
216

317

package-lock.json

Lines changed: 8 additions & 3 deletions
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": "s-offline",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Offline and Online network detection 🗼",
55
"types": "types/index.d.ts",
66
"main": "dist/s-offline.cjs.js",

0 commit comments

Comments
 (0)