Skip to content

Commit

Permalink
feat: standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
lh1me committed Apr 14, 2021
1 parent 5f213a8 commit a25145a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 110 deletions.
109 changes: 0 additions & 109 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,109 +0,0 @@
# 1.18.0

### Features

- Feat: Google site verification support

# 1.17.0

### Features

- Feat: Remark42 Support

# 1.16.2

### Bug Fixes

- Fixed: Default page layout
- Fixed: Page comment init

# 1.16.1

### Features

- Feat: Style adjustment

# 1.16.0

### Features

- Feat: DisqusJS support

# 1.15.0

### Features

- Feat: New badge for Sticky and Repost

# 1.14.0

### Features

- Feat: Valine support
- Feat: Friends page style

# 1.13.0

### Features

- New menu style
- Bump package

# 1.12.0

### Features

- Add LazyLoad for index page
- Style adjustment

# 1.11.2

### Bug Fixes

- Fixed footer copyright

# 1.11.1

### Bug Fixes

- Fixed wrong cover image selection

# 1.11.0

### Features

- All Style adjustment

# 1.10.2

### Bug Fixes

- Sidebar layout fixed

# 1.10.1

### Features

- Update packages

# 1.10.0

### Features

- Add Cover Video Plugin
- Add Article Video Plugin

### Bug Fixes

- Sidebar height repaired

# 1.9.0

### Features

- Add Article Swiper
- Add picture preview

### Bug Fixes

- Sidebar height repaired
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "gulp",
"lint": "eslint ./source/javascripts/ --ext .js --fix",
"stylelint": "stylelint source/stylesheets/**/*.scss --fix"
"stylelint": "stylelint source/stylesheets/**/*.scss --fix",
"release": "standard-version"
},
"dependencies": {
"boxicons": "^2.0.7"
Expand Down Expand Up @@ -39,6 +40,7 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4",
"run-sequence": "^2.2.1",
"standard-version": "^9.2.0",
"stream-series": "^0.1.1",
"stylelint": "^13.9.0",
"stylelint-config-sass-guidelines": "^7.1.0",
Expand Down

0 comments on commit a25145a

Please sign in to comment.