Skip to content

Commit f22f43e

Browse files
author
Ilya Radchenko
committed
Release 0.7.3
1 parent 8aceef1 commit f22f43e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="0.7.3"></a>
2+
## 0.7.3 (2016-11-01)
3+
4+
* Fix bug where docpress would not load external scripts (#172) ([8aceef1](https://github.com/docpress/docpress-base/commit/8aceef1)), closes [#172](https://github.com/docpress/docpress-base/issues/172)
5+
* Fix bug which was causing custom scripts to never be loaded (#171) ([dd0e548](https://github.com/docpress/docpress-base/commit/dd0e548)), closes [#171](https://github.com/docpress/docpress-base/issues/171)
6+
* chore(package): update mocha to version 3.1.2 ([00cdbb6](https://github.com/docpress/docpress-base/commit/00cdbb6))
7+
* chore(package): update normalize.css to version 5.0.0 ([54f182c](https://github.com/docpress/docpress-base/commit/54f182c))
8+
* chore(package): update nyc to version 8.3.1 ([3949273](https://github.com/docpress/docpress-base/commit/3949273))
9+
* chore(package): update postcss to version 5.2.5 (#167) ([fce4ce1](https://github.com/docpress/docpress-base/commit/fce4ce1))
10+
* chore(package): update standard to version 8.4.0 ([4615152](https://github.com/docpress/docpress-base/commit/4615152))
11+
12+
13+
114
<a name="0.7.2"></a>
215
## 0.7.2 (2016-10-01)
316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docpress-base",
33
"description": "Base theme for Docpress.",
44
"homepage": "https://github.com/docpress/docpress-base#readme",
5-
"version": "0.7.2",
5+
"version": "0.7.3",
66
"main": "index.js",
77
"author": {
88
"email": "[email protected]",

0 commit comments

Comments
 (0)