Skip to content

Commit

Permalink
New version 1.0.3. Read more https://github.com/xdan/docium/blob/mast…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed May 17, 2021
1 parent f691686 commit fd77d73
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 15 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,4 +2,14 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [1.0.3](https://github.com/xdan/docium/compare/1.0.2...1.0.3)

- Fixed bug in package.json [`f691686`](https://github.com/xdan/docium/commit/f69168603a509f2a7903d1909742d03c0a3dcada)

#### 1.0.2

> 18 May 2021
- Start commit [`06921a6`](https://github.com/xdan/docium/commit/06921a6c47b98ff33636e5ac2001c0bbe1501b8e)
- Added header information [`21d9be8`](https://github.com/xdan/docium/commit/21d9be86037647f63184076b6bcf983e1b2a91c2)
- New version 1.0.2. Read more https://github.com/xdan/docium/blob/master/CHANGELOG.MD [`e3d6087`](https://github.com/xdan/docium/commit/e3d60876c5924063156da93b204cf6b14495d5f7)
20 changes: 16 additions & 4 deletions dist/CHANGELOG.html
Expand Up @@ -12,12 +12,24 @@
<body>
<h3 id="changelog">Changelog</h3>
<p>All notable changes to this project will be documented in this file. Dates are displayed in UTC.</p>
<h4 id="103httpsgithubcomxdandociumcompare102103"><a href="https://github.com/xdan/docium/compare/1.0.2…1.0.3">1.0.3</a></h4>
<ul>
<li>Fixed bug in package.json <a href="https://github.com/xdan/docium/commit/f69168603a509f2a7903d1909742d03c0a3dcada"><code>f691686</code></a></li>
</ul>
<h4 id="102">1.0.2</h4>
<blockquote>
<p>18 May 2021</p>
</blockquote>
<ul>
<li>Start commit <a href="https://github.com/xdan/docium/commit/06921a6c47b98ff33636e5ac2001c0bbe1501b8e"><code>06921a6</code></a></li>
<li>Added header information <a href="https://github.com/xdan/docium/commit/21d9be86037647f63184076b6bcf983e1b2a91c2"><code>21d9be8</code></a></li>
<li>New version 1.0.2. Read more https://github.com/xdan/docium/blob/master/CHANGELOG.MD <a href="https://github.com/xdan/docium/commit/e3d60876c5924063156da93b204cf6b14495d5f7"><code>e3d6087</code></a></li>
</ul>
</body>
<link href='assets/css/common.css' rel='stylesheet'/>
<link href='assets/css/variables.css' rel='stylesheet'/>
<link href='assets/css/style.css' rel='stylesheet'/>
<script src='assets/css/common.css'></script>
<script src='assets/css/variables.css'></script>
<link href='assets/css/variables.css' rel='stylesheet'/>
<link href='assets/css/common.css' rel='stylesheet'/>
<script src='assets/css/style.css'></script>
<script src='assets/css/variables.css'></script>
<script src='assets/css/common.css'></script>
</html>
8 changes: 4 additions & 4 deletions dist/docs/template.html
Expand Up @@ -12,10 +12,10 @@
<body>
<h1 id="newtemplate">New template</h1>
</body>
<link href='../assets/css/common.css' rel='stylesheet'/>
<link href='../assets/css/variables.css' rel='stylesheet'/>
<link href='../assets/css/style.css' rel='stylesheet'/>
<script src='../assets/css/common.css'></script>
<script src='../assets/css/variables.css'></script>
<link href='../assets/css/variables.css' rel='stylesheet'/>
<link href='../assets/css/common.css' rel='stylesheet'/>
<script src='../assets/css/style.css'></script>
<script src='../assets/css/variables.css'></script>
<script src='../assets/css/common.css'></script>
</html>
8 changes: 4 additions & 4 deletions dist/index.html
Expand Up @@ -116,10 +116,10 @@ <h2 id="plugins-1">Plugins</h2>
<h2 id="license">License</h2>
<p>MIT</p>
</body>
<link href='assets/css/common.css' rel='stylesheet'/>
<link href='assets/css/variables.css' rel='stylesheet'/>
<link href='assets/css/style.css' rel='stylesheet'/>
<script src='assets/css/common.css'></script>
<script src='assets/css/variables.css'></script>
<link href='assets/css/variables.css' rel='stylesheet'/>
<link href='assets/css/common.css' rel='stylesheet'/>
<script src='assets/css/style.css'></script>
<script src='assets/css/variables.css'></script>
<script src='assets/css/common.css'></script>
</html>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "docium",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"bin": {
"docium": "bin/cli.js"
Expand Down

0 comments on commit fd77d73

Please sign in to comment.