Skip to content

Commit 1635252

Browse files
committed
Reorder changelog entry content.
1 parent d2cb08e commit 1635252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
### Patch
1818

1919
- Stop using [`husky`](https://npm.im/husky) and [`lint-staged`](https://npm.im/lint-staged).
20-
- Removed `package-lock.json` from the `.gitignore` and `.prettierignore` files as it’s disabled in `.npmrc` anyway.
21-
- Removed `npm-debug.log` from the `.gitignore` file as npm [v4.2.0](https://github.com/npm/npm/releases/tag/v4.2.0)+ doesn’t create it in the current working directory.
2220
- Updated the package `keywords` field.
2321
- Removed the package `engines.npm` field.
2422
- More specific package `bin` field.
@@ -27,6 +25,8 @@
2725
- Configured Prettier option `semi` to the default, `true`.
2826
- Use GitHub Actions instead of Travis for CI.
2927
- Updated the EditorConfig.
28+
- Removed `package-lock.json` from the `.gitignore` and `.prettierignore` files as it’s disabled in `.npmrc` anyway.
29+
- Removed `npm-debug.log` from the `.gitignore` file as npm [v4.2.0](https://github.com/npm/npm/releases/tag/v4.2.0)+ doesn’t create it in the current working directory.
3030
- Use [Badgen](https://badgen.net) instead of [Shields](https://shields.io) for the readme npm version badge.
3131
- Removed the readme section “Demo”.
3232
- Amended the changelog entry for v0.1.1.

0 commit comments

Comments
 (0)