Skip to content

Commit 0a0a8fc

Browse files
committed
chore: add CHANGELOG.md and release v 1.0.0
1 parent db371b5 commit 0a0a8fc

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<a name"1.0.0"></a>
2+
## 1.0.0 (2015-06-04)
3+
4+
#### Release information
5+
6+
This release updates the extension in order to make it compatible with showdown v.1.0.x.
7+
However, this version is not compatible with older versions of showdown.
8+
Since prettify extension was previously bundled with showdown, with versions prior to v 1.0.x, use the bundled version instead.
9+
10+
#### Compatibility
11+
12+
**Compatible with showdown v.1.0.x**
13+
14+
#### Features
15+
16+
* **bower.json**: add dependencies to bower json
17+
* **package.json**: add dependencies to package.json
18+
19+
#### Breaking changes
20+
21+
* **renamed files**: src file renamed to `showdown-prettify.js`.
22+
To update, if your using src files directly, change your dependencies from `prettify.js` to `showdown-prettify.js`
23+

0 commit comments

Comments
 (0)