Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Nov 10, 2019
1 parent a06de4d commit 344fa3e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/saber-plugin-code-copy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/saberland/saber/compare/[email protected]@0.3.2) (2019-11-10)

### Bug Fixes

- **code-copy:** copy button positioning ([#557](https://github.com/saberland/saber/issues/557)) ([175ba24](https://github.com/saberland/saber/commit/175ba24))

## [0.3.1](https://github.com/saberland/saber/compare/[email protected]@0.3.1) (2019-11-03)

**Note:** Version bump only for package saber-plugin-code-copy
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-code-copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-code-copy",
"version": "0.3.1",
"version": "0.3.2",
"description": "Allow to copy code into clipboard",
"license": "MIT",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/saber/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.3](https://github.com/saberland/saber/compare/[email protected]@0.11.3) (2019-11-10)

### Bug Fixes

- display config validation error ([a06de4d](https://github.com/saberland/saber/commit/a06de4d))

## [0.11.2](https://github.com/saberland/saber/compare/[email protected]@0.11.2) (2019-11-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber",
"version": "0.11.2",
"version": "0.11.3",
"description": "A simple yet powerful static site generator",
"files": [
"/babel.js",
Expand Down

0 comments on commit 344fa3e

Please sign in to comment.