Skip to content

Commit

Permalink
chore: release v0.3.0 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Aug 29, 2021
1 parent 0a35ab0 commit 023e053
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 18 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,7 @@ jobs:
run: npm ci --prefer-offline --no-audit --no-optional

- name: Run linter(s) 👀
uses: wearerequired/lint-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
continue_on_error: false
neutral_check_on_warning: true
auto_fix: false
git_name: github-actions[bot]
git_email: github-actions[bot]@users.noreply.github.com
stylelint: true
stylelint_extensions: css,sass,scss,vue
eslint: true
eslint_extensions: js,ts,vue
prettier: true
prettier_extensions: js,ts,vue
run: npm run lint

- name: Check build 🎉
run: npm run build
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.3.0](https://github.com/vinayakkulkarni/s-offline/compare/v0.2.1...v0.3.0) (2021-08-29)


### Bug Fixes

* typings & minor housekeeping of eslint ([6a7aa82](https://github.com/vinayakkulkarni/s-offline/commit/6a7aa82a641b14be4db5236baea92c13bbe4ab00))


### Features

* minor housekeeping ([49c0c8d](https://github.com/vinayakkulkarni/s-offline/commit/49c0c8d1eb3617957fbf7509108b4ad1646af11f))



## [0.2.1](https://github.com/vinayakkulkarni/s-offline/compare/v0.2.0...v0.2.1) (2021-07-08)


Expand Down
11 changes: 8 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s-offline",
"version": "0.2.1",
"version": "0.3.0",
"description": "Offline and Online network detection 🗼",
"types": "types/index.d.ts",
"main": "dist/s-offline.cjs.js",
Expand Down

0 comments on commit 023e053

Please sign in to comment.