diff --git a/packages/commons/README.md b/packages/commons/README.md index 808672acc..e6039ba5c 100644 --- a/packages/commons/README.md +++ b/packages/commons/README.md @@ -8,6 +8,16 @@ This is a repository for utility functionality that is shared between different Feathers plugin and used by the main repository. +## Changelog + +__0.2.0__ + +- Socket handlers use argument normalization + +__0.1.0__ + +- Initial release + ## Author - [David Luecke](https://github.com/daffl) diff --git a/packages/commons/package.json b/packages/commons/package.json index 4b25b7f11..6123d6b37 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "feathers-commons", - "version": "0.1.0", + "version": "0.2.0", "description": "Shared Feathers utility functions", "homepage": "https://github.com/feathersjs/feathers-commons", "keywords": [