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

Commit

Permalink
🚀 Release 1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Disane87 committed Aug 29, 2019
1 parent 2dbbf4e commit ae3a2f3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.1.14](https://github.com/Disane87/ngx-taskboard/compare/v1.1.13...v1.1.14)

> 29 August 2019
- Package is not private anymore [`2dbbf4e`](https://github.com/Disane87/ngx-taskboard/commit/2dbbf4eb69ae2cb7026274c7a6a0dff0ab375d0c)

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

> 29 August 2019
- 🚀 Release 1.1.13 [`98fc79e`](https://github.com/Disane87/ngx-taskboard/commit/98fc79e8439f967ca0e6118218f24cb5d87c9ded)
- Version bump [`4b9a7db`](https://github.com/Disane87/ngx-taskboard/commit/4b9a7db2d790579e539df4e36d32c4889c7b8ff9)

#### [v1.1.11](https://github.com/Disane87/ngx-taskboard/compare/v1.1.10...v1.1.11)
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
<h3 id="changelog">Changelog</h3>
<p>All notable changes to this project will be documented in this file. Dates are displayed in UTC.</p>
<p>Generated by <a href="https://github.com/CookPete/auto-changelog"><code>auto-changelog</code></a>.</p>
<h3 id="v1113"><a href="https://github.com/Disane87/ngx-taskboard/compare/v0.0.1...v1.1.13">v1.1.13</a></h3>
<blockquote>
<p>29 August 2019</p>
</blockquote>
<ul>
<li>Version bump <a href="https://github.com/Disane87/ngx-taskboard/commit/4b9a7db2d790579e539df4e36d32c4889c7b8ff9"><code>4b9a7db</code></a></li>
</ul>
<h4 id="v1111"><a href="https://github.com/Disane87/ngx-taskboard/compare/v1.1.10...v1.1.11">v1.1.11</a></h4>
<blockquote>
<p>22 August 2019</p>
Expand Down Expand Up @@ -305,6 +312,7 @@ <h3 id="v001"><a href="https://github.com/Disane87/ngx-taskboard/compare/v1.1.11
<li>WIP: #2 Ability to scroll horizontally <a href="https://github.com/Disane87/ngx-taskboard/commit/b2ba05816a161667a88f36a16b1bee2490ba5ab1"><code>b2ba058</code></a></li>
<li>Changed project structure for CI builds on PR <a href="https://github.com/Disane87/ngx-taskboard/commit/a66bed81494e4e625aa1f44335af52ea5fd9b1db"><code>a66bed8</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>
<li>🚀 Release 0.0.1 <a href="https://github.com/Disane87/ngx-taskboard/commit/5364fac7deb11e434f145927514b8ea37ef404df"><code>5364fac</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": "1.1.13",
"version": "1.1.14",
"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 ae3a2f3

Please sign in to comment.