Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Oct 17, 2021
1 parent 9f45bc9 commit 33f853a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

## [2.1.0](https://github.com/sapphiredev/framework/compare/v2.0.0...v2.1.0) (2021-10-17)

### Features

- **pieces:** add options field to read raw options ([#303](https://github.com/sapphiredev/framework/issues/303)) ([9f45bc9](https://github.com/sapphiredev/framework/commit/9f45bc9e7a2518fc8370d0fd227ac0cb1721f51d))

### Bug Fixes

- allow more npm versions in engines field ([ccecf4e](https://github.com/sapphiredev/framework/commit/ccecf4e9fdb927b4f6ec23b8e4d790fcf719835a))

## [2.0.0](https://github.com/sapphiredev/framework/compare/v1.0.2...v2.0.0) (2021-10-16)

### ⚠ BREAKING CHANGES
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": "@sapphire/framework",
"version": "2.0.0",
"version": "2.1.0",
"description": "Discord bot framework built on top of @sapphire/lib for advanced and amazing bots.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 33f853a

Please sign in to comment.