Skip to content

Commit bac2649

Browse files
committed
Release 0.3.0
1 parent 5c0055b commit bac2649

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
aiur version history
22
====================
33

4+
v0.3.0
5+
6+
_2019-01-08_
7+
8+
significant changes for end users:
9+
10+
* bug fix: show the heading in h1, not the title
11+
* upgrade dependencies
412

513
v0.2.0
614
------

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aiur",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "styleguide generator",
55
"main": "lib/index.js",
66
"bin": {
@@ -31,10 +31,10 @@
3131
"require-from-string": "^2.0.2"
3232
},
3333
"devDependencies": {
34-
"acorn": "^6.0.4",
34+
"acorn": "^6.0.5",
3535
"eslint-config-fnd": "^1.6.0",
3636
"mocha": "^5.2.0",
3737
"release-util-fnd": "^1.1.1",
38-
"rimraf": "^2.6.2"
38+
"rimraf": "^2.6.3"
3939
}
4040
}

0 commit comments

Comments
 (0)