Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jctaoo committed Jul 26, 2021
1 parent 575e1e2 commit eefd5fe
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

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.

## 2.0.0 (2021-07-26)


### ⚠ BREAKING CHANGES

* disqus are unavailable now
* all experimental features are unavailable now

### Features

* migrate to gatsby@3.0 ([20b5b2f](https://github.com/jctaoo/stella/commit/20b5b2f100de7b5c0194cf75604904e8a8bc8477))
* remove disqus totally ([ac179ee](https://github.com/jctaoo/stella/commit/ac179ee9f879566d99832e5eed900c00539a1f97))
* support katex ([575e1e2](https://github.com/jctaoo/stella/commit/575e1e27e0d0b1a1019268a6a25e3d8b00962951))
* update reading page style / migrate processor to some gatsby plugins ([89624b0](https://github.com/jctaoo/stella/commit/89624b0f4a7b7ba67f4401f9f674cc9b78f58559))
* using gatsby-plugin-filesystem to process content and support hot reload now ([a03f61d](https://github.com/jctaoo/stella/commit/a03f61d9d81df9188dba2f9865b805fadf131df8)), closes [#5](https://github.com/jctaoo/stella/issues/5)


### Bug Fixes

* import 'dayjs/plugin/duration' when using duration to fix typescript error\ ([2cedb1c](https://github.com/jctaoo/stella/commit/2cedb1c91a2079736c2689324d258c88aab4ece2))
* remove DEV_SSR to clean ssr warnings ([916d4ac](https://github.com/jctaoo/stella/commit/916d4ac3b6b2418195a875dfdac847b472f7e56e))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setlla",
"version": "1.0.0",
"version": "2.0.0",
"license": "0BSD",
"private": false,
"repository": "https://github.com/jctaoo/stella",
Expand Down

0 comments on commit eefd5fe

Please sign in to comment.