Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 894ae88

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.2.0 [skip ci]
1 parent 7cf668f commit 894ae88

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

CHANGELOG.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
# 1.1.0 (2024-06-13)
1+
# [1.2.0](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/compare/v0.1.1...v1.2.0) (2024-06-30)
2+
3+
4+
### Bug Fixes
5+
6+
* community action ([#22](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/22)) ([cc83c13](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/cc83c136b293a50e470d9940589e8dfeaa5bd7b3))
7+
* **deps:** readme-box use official repo on default branch ([#16](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/16)) ([6d10b66](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/6d10b664997fa7d00d6e592b46be8a48800e6cf1))
8+
* formatting ([#44](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/44)) ([f61e7a9](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/f61e7a93e2d5718f0eef5a447d07a8a12dc2cddd))
9+
* node.js version ([#42](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/42)) ([b7d4498](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/b7d44982db865c6f74df2aa882745261a6158bf5))
10+
* removed stats action ([7cf668f](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/7cf668f7f8114b82bf6d3fe2cd5eb2dce04f557d))
11+
12+
13+
### Features
14+
15+
* **actions:** community and stale actions [#10](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/10) ([f80fdd4](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/f80fdd4009d9e1296b9191f20955bd2913af155f))
16+
* customizable section name ([#40](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/40)) ([2eecb48](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/2eecb4824ae4b5244eac8d36fbd25c85174c36aa))
17+
* file customizable ([#25](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/25)) ([2c89c88](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/2c89c88406c47f8dc6cbfccc18e71759ea51cae1))
18+
* release workflow ([#46](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/46)) ([39b863a](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/39b863a3126c9455c6f4396faff75658d2a9368a))
19+
20+
21+
22+
## [0.1.1](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/compare/914cc05b7e46c4e1911b1e3b64ac0b7d44c6e98c...v0.1.1) (2020-08-25)
223

324

425
### Bug Fixes
@@ -10,15 +31,11 @@
1031
* **action:** relative file path ([6dad09d](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/6dad09d8638d9ea646560e20c5a17924b5478dda))
1132
* **action:** required variable name updated ([9a8e916](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/9a8e916292b22a6f4a94c318586a0459a9f336ad))
1233
* **action:** trying to use branch ([63b4916](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/63b4916126b886320c1208a211482b8ef2e5ef81))
13-
* community action ([#22](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/22)) ([cc83c13](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/cc83c136b293a50e470d9940589e8dfeaa5bd7b3))
14-
* **deps:** readme-box use official repo on default branch ([#16](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/16)) ([6d10b66](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/6d10b664997fa7d00d6e592b46be8a48800e6cf1))
15-
* formatting ([#44](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/44)) ([f61e7a9](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/f61e7a93e2d5718f0eef5a447d07a8a12dc2cddd))
1634
* **github:** use github token ([1db794f](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/1db794fa342f8d55ba83b3dd36edd8561268d8ef))
1735
* **html:** columns var in row generation ([5499c6a](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/5499c6a232355afb959f0169c1ad56c541f6fbe1))
1836
* **html:** convert array to string ([e1dd81f](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/e1dd81fc6434d540b4db4dd1b32c0723094df15f))
1937
* **html:** table to display correctly ([ae31edf](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/ae31edfe897eb4eef82efd77a22efd5a7b77c3be))
2038
* **json:** only strings allowed for inputs ([c74cedb](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/c74cedbd16f002e1ebe360bb2ff99bf3653cc3dd))
21-
* node.js version ([#42](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/42)) ([b7d4498](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/b7d44982db865c6f74df2aa882745261a6158bf5))
2239
* **table:** cell repeated for replace [#2](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/2) ([a0abc27](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/a0abc2765ea11492da459cadf60c4561edf9ca4d))
2340
* **table:** changed from const to let [#2](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/2) ([0f18229](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/0f182296db9f8f584ebd04ed5690475d35d9ed25))
2441
* **table:** join not needed [#2](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/2) ([2d62d9f](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/2d62d9f2e770f1b20fea3a4046c51efd83c106b7))
@@ -31,14 +48,11 @@
3148

3249
* **action:** inital action ([914cc05](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/914cc05b7e46c4e1911b1e3b64ac0b7d44c6e98c))
3350
* **action:** read json data ([8a54e63](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/8a54e63fd414de139b4f335e13160b4989d38094))
34-
* **actions:** community and stale actions [#10](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/10) ([f80fdd4](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/f80fdd4009d9e1296b9191f20955bd2913af155f))
3551
* **action:** workspace path used ([7815faf](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/7815faf340579ade45ee00399ddd91c511607b3b))
3652
* **columns:** column value via input ([c667710](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/c667710d56f443babe270dbfbc4beb290144090e))
3753
* **columns:** multiple columns ([affa2f2](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/affa2f2c6d637a55b9e47c45bd1ba46adfed7c9d))
38-
* customizable section name ([#40](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/40)) ([2eecb48](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/2eecb4824ae4b5244eac8d36fbd25c85174c36aa))
3954
* **data:** reading the file from the branch ([e82fdaf](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/e82fdafc84d7344db1c21623a5ee4af8ddea085b))
4055
* **debug:** more error output ([c8e0c85](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/c8e0c850e804efc09e5cb983feb80ef93a3aad43))
41-
* file customizable ([#25](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/issues/25)) ([2c89c88](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/2c89c88406c47f8dc6cbfccc18e71759ea51cae1))
4256
* **html:** boundary condition for cells ([3051550](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/305155059c296b96889bcb00ffd80107fefe0099))
4357
* **html:** formatting json output as html ([7997ae3](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/7997ae3c26989ff6bf208129a27e4a64f6fa6e7d))
4458
* **package:** using fork of readme-box ([ddbe87f](https://github.com/EddieHubCommunity/gh-actions-html-table-generator/commit/ddbe87fbef875b92ff85ad4fa1bfa9d9c90f0471))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gh-actions-html-table-generator",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)