Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 344fa3e

Browse files
committed
1 parent a06de4d commit 344fa3e

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

packages/saber-plugin-code-copy/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.2](https://github.com/saberland/saber/compare/[email protected]@0.3.2) (2019-11-10)
7+
8+
### Bug Fixes
9+
10+
- **code-copy:** copy button positioning ([#557](https://github.com/saberland/saber/issues/557)) ([175ba24](https://github.com/saberland/saber/commit/175ba24))
11+
612
## [0.3.1](https://github.com/saberland/saber/compare/[email protected]@0.3.1) (2019-11-03)
713

814
**Note:** Version bump only for package saber-plugin-code-copy

packages/saber-plugin-code-copy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saber-plugin-code-copy",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Allow to copy code into clipboard",
55
"license": "MIT",
66
"main": "lib/index.js",

packages/saber/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.3](https://github.com/saberland/saber/compare/[email protected]@0.11.3) (2019-11-10)
7+
8+
### Bug Fixes
9+
10+
- display config validation error ([a06de4d](https://github.com/saberland/saber/commit/a06de4d))
11+
612
## [0.11.2](https://github.com/saberland/saber/compare/[email protected]@0.11.2) (2019-11-05)
713

814
### Bug Fixes

packages/saber/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saber",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "A simple yet powerful static site generator",
55
"files": [
66
"/babel.js",

0 commit comments

Comments
 (0)