Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: Fix casing in changelog links
  • Loading branch information
daffl committed Jan 9, 2019
1 parent f6c5b67 commit 4d4be7a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions changelog.md
@@ -1,22 +1,22 @@
# Change Log
# Changelog

Changelogs for each Feathers module can be found in `changelog.md` in their respective `packages/` directory:
Changelogs for each Feathers module can be found in `CHANGELOG.md` in their respective `packages/` directory:

- [@feathersjs/feathers](packages/feathers/changelog.md)
- [@feathersjs/authentication](packages/authentication/changelog.md)
- [@feathersjs/authentication-client](packages/authentication-client/changelog.md)
- [@feathersjs/authentication-jwt](packages/authentication-jwt/changelog.md)
- [@feathersjs/authentication-local](packages/authentication-local/changelog.md)
- [@feathersjs/authentication-oauth1](packages/authentication-oauth1/changelog.md)
- [@feathersjs/authentication-oauth2](packages/authentication-oauth2/changelog.md)
- [@feathersjs/client](packages/client/changelog.md)
- [@feathersjs/commons](packages/commons/changelog.md)
- [@feathersjs/configuration](packages/configuration/changelog.md)
- [@feathersjs/errors](packages/errors/changelog.md)
- [@feathersjs/express](packages/express/changelog.md)
- [@feathersjs/primus](packages/primus/changelog.md)
- [@feathersjs/primus-client](packages/primus-client/changelog.md)
- [@feathersjs/socketio](packages/socketio/changelog.md)
- [@feathersjs/socketio-client](packages/socketio-client/changelog.md)
- [@feathersjs/adapter-commons](packages/adapter-commons/changelog.md)
- [@feathersjs/transport-commons](packages/transport-commons/changelog.md)
- [@feathersjs/feathers](packages/feathers/CHANGELOG.md)
- [@feathersjs/authentication](packages/authentication/CHANGELOG.md)
- [@feathersjs/authentication-client](packages/authentication-client/CHANGELOG.md)
- [@feathersjs/authentication-jwt](packages/authentication-jwt/CHANGELOG.md)
- [@feathersjs/authentication-local](packages/authentication-local/CHANGELOG.md)
- [@feathersjs/authentication-oauth1](packages/authentication-oauth1/CHANGELOG.md)
- [@feathersjs/authentication-oauth2](packages/authentication-oauth2/CHANGELOG.md)
- [@feathersjs/client](packages/client/CHANGELOG.md)
- [@feathersjs/commons](packages/commons/CHANGELOG.md)
- [@feathersjs/configuration](packages/configuration/CHANGELOG.md)
- [@feathersjs/errors](packages/errors/CHANGELOG.md)
- [@feathersjs/express](packages/express/CHANGELOG.md)
- [@feathersjs/primus](packages/primus/CHANGELOG.md)
- [@feathersjs/primus-client](packages/primus-client/CHANGELOG.md)
- [@feathersjs/socketio](packages/socketio/CHANGELOG.md)
- [@feathersjs/socketio-client](packages/socketio-client/CHANGELOG.md)
- [@feathersjs/adapter-commons](packages/adapter-commons/CHANGELOG.md)
- [@feathersjs/transport-commons](packages/transport-commons/CHANGELOG.md)

0 comments on commit 4d4be7a

Please sign in to comment.