Skip to content

Commit

Permalink
New version 1.0.2. 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 0d6f07c commit e3d6087
Show file tree
Hide file tree
Showing 7 changed files with 218 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,5 @@
### Changelog

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

#### 1.0.2
8 changes: 5 additions & 3 deletions dist/CHANGELOG.html
Expand Up @@ -10,12 +10,14 @@
<!-- HEAD -->
</head>
<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="102">1.0.2</h4>
</body>
<link href='assets/css/common.css' rel='stylesheet'/>
<link href='assets/css/style.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/style.css'></script>
<script src='assets/css/variables.css'></script>
<script src='assets/css/style.css'></script>
</html>
6 changes: 5 additions & 1 deletion dist/assets/js/main.js
@@ -1 +1,5 @@
`use strict`;
/*!
* Docium (https://xdsoft.net/docium/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2021 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
4 changes: 2 additions & 2 deletions dist/docs/template.html
Expand Up @@ -13,9 +13,9 @@
<h1 id="newtemplate">New template</h1>
</body>
<link href='../assets/css/common.css' rel='stylesheet'/>
<link href='../assets/css/style.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/style.css'></script>
<script src='../assets/css/variables.css'></script>
<script src='../assets/css/style.css'></script>
</html>
4 changes: 2 additions & 2 deletions dist/index.html
Expand Up @@ -117,9 +117,9 @@ <h2 id="license">License</h2>
<p>MIT</p>
</body>
<link href='assets/css/common.css' rel='stylesheet'/>
<link href='assets/css/style.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/style.css'></script>
<script src='assets/css/variables.css'></script>
<script src='assets/css/style.css'></script>
</html>
199 changes: 197 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "docium",
"version": "1.0.0",
"version": "1.0.2",
"description": "",
"bin": {
"docium": "bin/cli.js"
Expand Down Expand Up @@ -67,6 +67,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"auto-changelog": "^2.2.1",
"chai": "^4.3.4",
"changelog": "^1.4.2",
"eslint": "^7.26.0",
Expand Down

0 comments on commit e3d6087

Please sign in to comment.