Skip to content

Commit

Permalink
chore: Updated version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexhd committed Apr 27, 2020
1 parent 36e88a1 commit 062f0f7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v0.5.0](https://github.com/dalexhd/steamspeak/tree/v0.5.0) (2020-04-27)

[Full Changelog](https://github.com/dalexhd/steamspeak/compare/v0.4.0...v0.5.0)

:rocket: New Features

- feat: Add multi instance teamspeak bots. [\#51](https://github.com/dalexhd/SteamSpeak/pull/51) ([dalexhd](https://github.com/dalexhd))

:memo: Documentation

- docs: Add new documentation theme [\#49](https://github.com/dalexhd/SteamSpeak/pull/49) ([dalexhd](https://github.com/dalexhd))

## [v0.4.0](https://github.com/dalexhd/steamspeak/tree/v0.4.0) (2020-04-20)

[Full Changelog](https://github.com/dalexhd/steamspeak/compare/v0.3.1...v0.4.0)
Expand All @@ -13,10 +25,6 @@

[Full Changelog](https://github.com/dalexhd/steamspeak/compare/v0.3.0...v0.3.1)

:chart_with_upwards_trend: Optimization

- Remove unused css [\#37](https://github.com/dalexhd/SteamSpeak/pull/37) ([dalexhd](https://github.com/dalexhd))

## [v0.3.0](https://github.com/dalexhd/steamspeak/tree/v0.3.0) (2020-04-18)

[Full Changelog](https://github.com/dalexhd/steamspeak/compare/v0.2.0...v0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.4.0"
"version": "0.5.0"
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@steamspeak/client",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@steamspeak/server",
"version": "0.4.0",
"version": "0.5.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
Expand Down

0 comments on commit 062f0f7

Please sign in to comment.