Skip to content

Commit

Permalink
build(v1): Serum v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalgona committed Jul 18, 2020
1 parent 2fdbd20 commit abf8025
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
# Serum Changelog

## Unreleased Changes
## v1.5.0 — 2020-07-19

### Added

Expand All @@ -24,7 +24,7 @@
functionality. Unlike the built-in preview generator, this new plugin can
generate preview texts not only for blog posts, but also for regular pages.

[Read the documentation](https://dalgona.github.io/Serum/docs/#extensions)
[Read the documentation](https://dalgona.github.io/Serum/docs/plugin/preview.html)
to learn more about this plugin.

## v1.4.1 — 2020-02-20
Expand Down
3 changes: 2 additions & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Serum.Mixfile do
use Mix.Project

@serum_version "1.4.1"
@serum_version "1.5.0"

def project do
[
Expand Down Expand Up @@ -86,6 +86,7 @@ defmodule Serum.Mixfile do
],
"Built-in Plugins": [
Serum.Plugins.LiveReloader,
Serum.Plugins.PreviewGenerator,
Serum.Plugins.SitemapGenerator,
Serum.Plugins.TableOfContents
],
Expand Down
2 changes: 1 addition & 1 deletion serum_new/mix.exs
@@ -1,7 +1,7 @@
defmodule Serum.New.MixProject do
use Mix.Project

@serum_version "1.4.1"
@serum_version "1.5.0"

def project do
[
Expand Down

0 comments on commit abf8025

Please sign in to comment.