Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Oct 19, 2020
1 parent a038396 commit 6d639ad
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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-10-19)

### Features

- opt-in connect(), enhancements ([0096ff0](https://github.com/skyra-project/audio/commit/0096ff0d04907bbb75165221c293c7bbaae7587a))

### Bug Fixes

- compile as CommonJS modules ([917a3ac](https://github.com/skyra-project/audio/commit/917a3ace3e108a07c084149ff62525c8bac3f202))
- couple of bugfixes ([fb2c4ad](https://github.com/skyra-project/audio/commit/fb2c4adf0bc0168c09761ff8798fdadf36d536bf))
- couple of critical bugfixes ([717b1f5](https://github.com/skyra-project/audio/commit/717b1f55a9bb7583c80abd48de6c39b3b423dc79))
- make Connection#connect async ([1bbf719](https://github.com/skyra-project/audio/commit/1bbf719b49922654e057be0299dcc1645c524fff))
- move send out of options ([8501306](https://github.com/skyra-project/audio/commit/8501306f682200879e5b660fb1b43653fd6f07f1))
- resolved bug in audio ([18191e8](https://github.com/skyra-project/audio/commit/18191e8d78a21f89b0bd428763046005f19476e7))
- resolved bug in BaseNode#disconnect's return type ([12a033a](https://github.com/skyra-project/audio/commit/12a033a77c925b1682aebb1be785b503d396dc14))
- resolved crash, type a few more things, add more docs ([a038396](https://github.com/skyra-project/audio/commit/a038396c89ceb02ab276655b40af5261b3063b19))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyra/audio",
"version": "0.0.1",
"version": "1.0.0",
"description": "A TypeScript wrapper for Lavalink.",
"author": "@skyra",
"license": "MIT",
Expand Down

0 comments on commit 6d639ad

Please sign in to comment.