Skip to content

Commit

Permalink
Merge pull request #106 from KristjanESPERANTO/main
Browse files Browse the repository at this point in the history
Release 0.5.1 - Maintenance
  • Loading branch information
KristjanESPERANTO authored Dec 10, 2024
2 parents 146fdd7 + 74d4383 commit fb51858
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 218 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## <a name="0_5_1"></a>[0.5.1] - Maintenance Release

- [chore] Add release script
- [chore] Add changelog and license section to README
- [chore] Add introduction notes to CHANGELOG
- [chore] Update devDependencies

## <a name="0_5_0"></a>[0.5.0]

- [feature] Add "CAROUSEL_CHANGED" notification
- [docs] Optimize configuration examples
- [chore] Optimize logging
- [chore] Update devDependencies

## <a name="0_4_1"></a>[0.4.1] - Maintenance update
## <a name="0_4_1"></a>[0.4.1] - Maintenance Release

- Add spell check
- Add Contributing section to README
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,5 +287,14 @@ Pull requests are of course also very welcome 🙂
- `npm install` - Install dependencies like ESLint and prettier.
- `npm run lint` - Run linting and formatter checks.
- `npm run lint:fix` - Fix linting and formatter issues.
- `npm run release` - Bump version for release.
- `npm run test` - Run linting and formatter checks + Run spelling check.
- `npm run test:spelling` - Run spelling check.
## Changelog
All notable changes to this project will be documented in the [CHANGELOG.md](./CHANGELOG.md) file.
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE.md) file for details.
1 change: 1 addition & 0 deletions cspell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"Agiles",
"barnabycolby",
"btastic",
"bumpp",
"Chroms",
"currentweather",
"dennisklad",
Expand Down
Loading

0 comments on commit fb51858

Please sign in to comment.