diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bfe7b3c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 1.0.0 (2020-03-01) + + +### Features + +* add ApplyOptions + move to Jest ([#19](https://github.com/skyra-project/skyra-decorators/issues/19)) ([972e164](https://github.com/skyra-project/skyra-decorators/commit/972e164a40b5bb6f1296ea8a3d1f8312a3c8de23)) +* update license ([d2366be](https://github.com/skyra-project/skyra-decorators/commit/d2366be6207c3794858d7255274b4c83fe14503d)) diff --git a/package.json b/package.json index a39e1d0..a46c2d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skyra/decorators", - "version": "0.0.2", + "version": "1.0.0", "description": "TypeScript decorators for Skyra", "main": "dist/index.js", "types": "dist/index.d.ts",