Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
chore(release): 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VChet committed Mar 21, 2021
1 parent 3620bdf commit 9499069
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [4.4.0](https://github.com/VChet/StyleBase/compare/v4.3.0...v4.4.0) (2021-03-21)


### Features

* **api:** add limit parameter to /styles request ([b23893e](https://github.com/VChet/StyleBase/commit/b23893e2ebd8ab1f4d2c6721787f1eda7e8789c4))
* **preview:** compress preview images via images.weserv.nl ([aa042d0](https://github.com/VChet/StyleBase/commit/aa042d02ac78639bdf69145b65dedc464d6c0673))


### Bug Fixes

* **emoji:** remove extra file extension ([4b6a60f](https://github.com/VChet/StyleBase/commit/4b6a60f1e02955ead3ec698cf859ca19751c7745))
* **images:** invert dark images in dark-theme ([5c68f79](https://github.com/VChet/StyleBase/commit/5c68f79045223f79cae160173fed93708dd2682f))
* **style update:** output update result as string ([8f1877e](https://github.com/VChet/StyleBase/commit/8f1877eab827406aef47c175ff96861a2085bcb6))

## [4.3.0](https://github.com/VChet/StyleBase/compare/v4.2.2...v4.3.0) (2021-02-19)


Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylebase-frontend",
"version": "4.3.0",
"version": "4.4.0",
"author": "VChet",
"contributors": [
"rudnovd"
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": "stylebase",
"version": "4.3.0",
"version": "4.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/VChet/StyleBase.git"
Expand Down

0 comments on commit 9499069

Please sign in to comment.