Skip to content

Commit

Permalink
release [minor]: v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MunifTanjim committed May 8, 2018
1 parent 847cfb3 commit a173d4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

- ...

## [2.3.0] - 2018-05-09

### Added

- Staticman comment system support
Expand All @@ -19,12 +23,13 @@
### Fixed

- homeURL for multilingual site in About widget
- Recent Posts widget's title config priority

### Removed

- `hideSocialMenu` config option

## [2.2.0]
## [2.2.0] - 2018-03-28

### Added

Expand Down Expand Up @@ -199,7 +204,8 @@

- Initial stable release

[Unreleased]: https://github.com/MunifTanjim/minimo/compare/v2.2.0...HEAD
[Unreleased]: https://github.com/MunifTanjim/minimo/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/MunifTanjim/minimo/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/MunifTanjim/minimo/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/MunifTanjim/minimo/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/MunifTanjim/minimo/compare/v1.6.0...v2.0.0
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "minimo",
"description": "Minimalist theme for Hugo",
"version": "2.1.0",
"version": "2.3.0",
"author": {
"name": "Munif Tanjim",
"url": "https://muniftanjim.com"
Expand All @@ -10,7 +10,8 @@
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production webpack",
"start": "hugo server --source=exampleSite --themesDir=../.. --disableFastRender",
"start":
"hugo server --source=exampleSite --themesDir=../.. --disableFastRender",
"watch": "webpack --watch --progress --colors"
},
"devDependencies": {
Expand Down

0 comments on commit a173d4a

Please sign in to comment.