Skip to content

Commit 1c1bb32

Browse files
Release 2.0.0
1 parent 8b969c8 commit 1c1bb32

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
Deprecated as of 10.7.0. highlight(lang, code, ...args) has been deprecated.
4+
Deprecated as of 10.7.0. Please use highlight(code, options) instead.
5+
https://github.com/highlightjs/highlight.js/issues/2277
6+
7+
## v2.0.0 (2021-03-26)
8+
9+
#### :bug: Bug Fix
10+
* [#713](https://github.com/shipshapecode/tether/pull/713) Ensure parent still exists when removing event listeners ([@drewjenkins](https://github.com/drewjenkins))
11+
* [#692](https://github.com/shipshapecode/tether/pull/692) Guard against undefined markers type ([@rwwagner90](https://github.com/rwwagner90))
12+
13+
#### :memo: Documentation
14+
* [#668](https://github.com/shipshapecode/tether/pull/668) Remove Bootstrap from list ([@MartijnCuppens](https://github.com/MartijnCuppens))
15+
* [#600](https://github.com/shipshapecode/tether/pull/600) Small Typo Fix ([@SebYLim](https://github.com/SebYLim))
16+
17+
#### Committers: 5
18+
- Andrew Jenkins ([@drewjenkins](https://github.com/drewjenkins))
19+
- Martijn Cuppens ([@MartijnCuppens](https://github.com/MartijnCuppens))
20+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
21+
- Sebastian Lim ([@SebYLim](https://github.com/SebYLim))
22+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
23+
324
## [v2.0.0-beta.5](https://github.com/shipshapecode/tether/tree/v2.0.0-beta.5) (2019-12-05)
425

526
[Full Changelog](https://github.com/shipshapecode/tether/compare/v2.0.0-beta.4...v2.0.0-beta.5)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tether",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0",
44
"description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
55
"authors": [
66
"Zack Bloom <[email protected]>",

0 commit comments

Comments
 (0)