Skip to content

Commit

Permalink
Add CHANGELOG, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Oct 15, 2023
1 parent 1639fd7 commit f3547b8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 2.0.0 (2023-10-15)

- 1639fd7 docs: Add badges to README
- eebbf2b chore: Refactor CI workflow, add publish workflow
- 8ed061d chore: Migrate test suite to AVA
- aa97a36 chore: Add AVA linting config
- 5a7d152 chore: Add ava to dev packages
- 1e3f4f7 chore Update stylelint
- 2fcc44e chore: Update @jgarber/eslint-config package
- 08232f0 fix: Remove npmignore file
- 2559fbf chore: Remove Jasmine and globals packages
- c0c7499 breaking: Reconfigure package exports
- aa29a21 breaking: Set minimum Node.js version to 18
- 2c63e7b chore: Specify LTS branch
- b3d79dd chore: Reconfigure dependencies
4 changes: 2 additions & 2 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": "@jgarber/stylelint-config",
"version": "1.2.0",
"version": "2.0.0",
"description": "Shareable Stylelint configuration.",
"keywords": [
"stylelint",
Expand Down

0 comments on commit f3547b8

Please sign in to comment.