Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jun 13, 2020
1 parent 35c75f8 commit 43fee58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.1.0](https://github.com/skyra-project/skyra-decorators/compare/v2.0.0...v1.1.0) (2020-06-13)


### Features

* add CreateResolvers & requiredPermissions decorators ([7500c7e](https://github.com/skyra-project/skyra-decorators/commit/7500c7e4e5588d174f2f56a8938418f7271ac0d7))
* add CreateResolvers & requiredPermissions decorators ([3bdc4bd](https://github.com/skyra-project/skyra-decorators/commit/3bdc4bd4066a1e1112307c15c69fc80c790584f0))

## 1.0.0 (2020-03-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/decorators",
"version": "1.0.0",
"version": "1.1.0",
"description": "TypeScript decorators for Skyra",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 43fee58

Please sign in to comment.