prepare for 2.2.0 release
This commit is contained in:
parent
58a549de0f
commit
99a6dc2023
|
@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Added
|
||||
|
||||
- It is now possible to color code the graph by instance type (e.g. Mastodon, Pleroma, etc.)
|
||||
|
||||
### Changed
|
||||
|
||||
### Deprecated
|
||||
|
@ -21,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Security
|
||||
|
||||
## [2.2.0 - 2019-07-24]
|
||||
|
||||
### Added
|
||||
|
||||
- It is now possible to color code the graph by instance type (e.g. Mastodon, Pleroma, etc.)
|
||||
|
||||
## [2.1.0 - 2019-07-24]
|
||||
|
||||
### Added
|
||||
|
|
|
@ -4,7 +4,7 @@ defmodule Backend.MixProject do
|
|||
def project do
|
||||
[
|
||||
app: :backend,
|
||||
version: "2.1.0",
|
||||
version: "2.2.0",
|
||||
elixir: "~> 1.5",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "frontend",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "NODE_ENV=development react-scripts start",
|
||||
|
|
Loading…
Reference in a new issue