Skip to content

Commit

Permalink
non-functional change to validate github actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier committed Mar 11, 2022
1 parent d946cfc commit 9c97fc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- build: switch eslint-plugin-airbnb to eslint-plugin-airbnb-base [`041e8bf`](https://github.com/RobBrazier/svelte-awesome/commit/041e8bf0afa70ff77675d91159a5c704d9de2a7a)
- fix: guard when accessing refs onupdate() to prevent TypeError [`9682f51`](https://github.com/RobBrazier/svelte-awesome/commit/9682f518b834efe30342784b119ce44494f73b0b)
- build: update husky commit checking config [`c188bd2`](https://github.com/RobBrazier/svelte-awesome/commit/c188bd2f503d393ad03c6d23b2af361b769dcb42)
- chore(lint): fix linting errors [`0459440`](https://github.com/RobBrazier/svelte-awesome/commit/0459440dbcac6af9dc2a12b93012fcfb2847c4e6)
- docs: remove waffle badge from README [`eacb0f4`](https://github.com/RobBrazier/svelte-awesome/commit/eacb0f4a84597cd1932abe5b6f885714b25787dd)

## [v1.4.0](https://github.com/RobBrazier/svelte-awesome/compare/v1.3.0...v1.4.0) - 2018-08-08
Expand All @@ -142,7 +141,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### Commits

- docs(example): fix example build [`2795c51`](https://github.com/RobBrazier/svelte-awesome/commit/2795c519ed2b267e9c0b5ae67168c3b1ec8bc0a9)
- docs(example): fix example build [`2795c51`](https://github.com/RobBrazier/svelte-awesome/commit/2795c519ed2b267e9c0b5ae67168c3b1ec8bc0a9)

## [v1.3.0](https://github.com/RobBrazier/svelte-awesome/compare/v1.2.2...v1.3.0) - 2018-06-24

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"test": "npm run lint",
"changelog": "auto-changelog -p && git add CHANGELOG.md",
"gh-release": "is-ci && gh-release -y",
"release": "release-it"
"version:major": "release-it major --ci",
"version:minor": "release-it minor --ci",
"version:patch": "release-it patch --ci"
},
"keywords": [
"font-awesome",
Expand Down

0 comments on commit 9c97fc8

Please sign in to comment.