Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
🚀 Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Disane87 committed Aug 29, 2019
1 parent a66bed8 commit 5364fac
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Create CNAME [`d32ca30`](https://github.com/Disane87/ngx-taskboard/commit/d32ca3064a7ac01fdba0ba116e29059f515a5ced)
- Create index.html [`201e953`](https://github.com/Disane87/ngx-taskboard/commit/201e9531bfc73eecb19cba0cfd59b7db5e2ecbb7)

### [v0.0.0](https://github.com/Disane87/ngx-taskboard/compare/v1.1.11...v0.0.0)
### [v0.0.1](https://github.com/Disane87/ngx-taskboard/compare/v1.1.11...v0.0.1)

> 29 August 2019
- Project changes for CI [`cdb6099`](https://github.com/Disane87/ngx-taskboard/commit/cdb6099be33c3631780e4e509a213905781921af)
- WIP: #2 Ability to scroll horizontally [`b2ba058`](https://github.com/Disane87/ngx-taskboard/commit/b2ba05816a161667a88f36a16b1bee2490ba5ab1)
- Changed project structure for CI builds on PR [`a66bed8`](https://github.com/Disane87/ngx-taskboard/commit/a66bed81494e4e625aa1f44335af52ea5fd9b1db)
- Prepared travis ci for later use of travis ci on PR of master [`dfb8421`](https://github.com/Disane87/ngx-taskboard/commit/dfb84218fdcde4d62fc059e8a0472e6488249210)
10 changes: 10 additions & 0 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ <h4 id="v1111"><a href="https://github.com/Disane87/ngx-taskboard/compare/v1.1.1
<p>22 August 2019</p>
</blockquote>
<ul>
<li>🚀 Release 1.1.11 <a href="https://github.com/Disane87/ngx-taskboard/commit/0d56162e9f7f569209edae15e6aea5fdbc82b220"><code>0d56162</code></a></li>
<li>Auto-changelog changed 🛵 <a href="https://github.com/Disane87/ngx-taskboard/commit/606c326ae69d231d7a10a034b2593c3882845ae7"><code>606c326</code></a></li>
</ul>
<h4 id="v1110"><a href="https://github.com/Disane87/ngx-taskboard/compare/v1.1.9...v1.1.10">v1.1.10</a></h4>
Expand Down Expand Up @@ -295,6 +296,15 @@ <h4 id="v107">v1.0.7</h4>
<li>Create CNAME <a href="https://github.com/Disane87/ngx-taskboard/commit/d32ca3064a7ac01fdba0ba116e29059f515a5ced"><code>d32ca30</code></a></li>
<li>Create index.html <a href="https://github.com/Disane87/ngx-taskboard/commit/201e9531bfc73eecb19cba0cfd59b7db5e2ecbb7"><code>201e953</code></a></li>
</ul>
<h3 id="v000"><a href="https://github.com/Disane87/ngx-taskboard/compare/v1.1.11...v0.0.0">v0.0.0</a></h3>
<blockquote>
<p>29 August 2019</p>
</blockquote>
<ul>
<li>Project changes for CI <a href="https://github.com/Disane87/ngx-taskboard/commit/cdb6099be33c3631780e4e509a213905781921af"><code>cdb6099</code></a></li>
<li>WIP: #2 Ability to scroll horizontally <a href="https://github.com/Disane87/ngx-taskboard/commit/b2ba05816a161667a88f36a16b1bee2490ba5ab1"><code>b2ba058</code></a></li>
<li>Prepared travis ci for later use of travis ci on PR of master <a href="https://github.com/Disane87/ngx-taskboard/commit/dfb84218fdcde4d62fc059e8a0472e6488249210"><code>dfb8421</code></a></li>
</ul>



Expand Down
4 changes: 2 additions & 2 deletions docs/js/search/search_index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-taskboard",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"release": "release-it --ci",
"lint": "tslint --project \"tsconfig.json\" --fix",
Expand Down Expand Up @@ -152,4 +152,4 @@
"tslint": "^5.19.0",
"typescript": "^3.2.4"
}
}
}

0 comments on commit 5364fac

Please sign in to comment.