Skip to content

Commit f986ef1

Browse files
authored
Release/v3.0.0 (#67)
1 parent 0b23811 commit f986ef1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 3.0.0
4+
5+
_2023-08-18_
6+
7+
- Upgrade all dependencies & overhaul build tools
8+
- Drop support for Node.js < v14
9+
- Ensure screen readers correctly announces copied text
10+
311
## 2.1.0
412

513
_2019-01-23_

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify-copy-code",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "A docsify plugin that copies a markdown code block to your clipboard",
55
"author": "JP Erasmus <jperasmus11@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)