Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit a02de13

Browse files
chore(release): 1.1.0 [skip ci]
## [1.1.0](v1.0.0...v1.1.0) (2022-05-19) ### Features * added generateReport.js, added steps in action.yaml for reporting ([#3](#3)) ([9b60857](9b60857)) ### Bug Fixes * generating dist/index.js prior, regenerated yarn.lock ([#5](#5)) ([a8eb54e](a8eb54e)) * modidied .gitignore, changelog, package.json ([dcdf4ad](dcdf4ad))
1 parent dcdf4ad commit a02de13

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.1.0](https://github.com/liatrio/run-gatling/compare/v1.0.0...v1.1.0) (2022-05-19)
2+
3+
4+
### Features
5+
6+
* added generateReport.js, added steps in action.yaml for reporting ([#3](https://github.com/liatrio/run-gatling/issues/3)) ([9b60857](https://github.com/liatrio/run-gatling/commit/9b608571eb15df0eab095e4b95f191c9b7d279e3))
7+
8+
9+
### Bug Fixes
10+
11+
* generating dist/index.js prior, regenerated yarn.lock ([#5](https://github.com/liatrio/run-gatling/issues/5)) ([a8eb54e](https://github.com/liatrio/run-gatling/commit/a8eb54ea4c5b265c0234254f2ac1c0caf49046f5))
12+
* modidied .gitignore, changelog, package.json ([dcdf4ad](https://github.com/liatrio/run-gatling/commit/dcdf4add67031c83f7e6ce56a05ee7b4cc69c4a3))
13+
114
# 1.0.0 (2022-05-11)
215

316

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "run-gatling",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "run-gatling is a GitHub Action that easily enables Gatling integration to a CI/CT pipeline",
55
"scripts": {
66
"semantic-release": "semantic-release",

0 commit comments

Comments
 (0)