From c681bcdd098e10bf8f70b3f20ab0ece6fcd3004f Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Mon, 31 May 2021 19:56:39 +0200 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ca88cf..ce7f6f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.2.0](https://github.com/skyra-project/audio/compare/v1.1.2...v1.2.0) (2021-05-31) + +### Features + +- **filters:** added `channelMix` and `lowPass` ([#27](https://github.com/skyra-project/audio/issues/27)) ([2ef7f7c](https://github.com/skyra-project/audio/commit/2ef7f7c26559e9424c5c8724095f35bac6cccc19)) + ### [1.1.2](https://github.com/skyra-project/audio/compare/v1.1.1...v1.1.2) (2021-05-19) ### Bug Fixes diff --git a/package.json b/package.json index 90915e1c..a177d3c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skyra/audio", - "version": "1.1.2", + "version": "1.2.0", "description": "A TypeScript wrapper for Lavalink.", "author": "@skyra", "license": "MIT",