Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 3, 2021
1 parent 11b2bd2 commit 47db8df
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.

## [1.0.0-alpha.2](https://github.com/sapphire-project/framework/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2021-01-03)

### Features

- **args:** allow peeking arguments ([#121](https://github.com/sapphire-project/framework/issues/121)) ([4786d48](https://github.com/sapphire-project/framework/commit/4786d48e5ddabf292fca3a09dfc55f685087368a))

### Bug Fixes

- **index:** export PreconditionError ([#124](https://github.com/sapphire-project/framework/issues/124)) ([5daa3c9](https://github.com/sapphire-project/framework/commit/5daa3c965960710c7e088e8245e5e1d9875d34eb))

## [1.0.0-alpha.1](https://github.com/sapphire-project/framework/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2020-12-28)

### Features
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": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"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 47db8df

Please sign in to comment.