Skip to content

Commit d84e204

Browse files
author
oldskytree
committed
chore(release): 1.1.1
1 parent cb0ee1a commit d84e204

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.1.1](https://github.com/gemini-testing/configparser/compare/v1.1.0...v1.1.1) (2021-12-06)
6+
7+
### Bug Fixes
8+
9+
* **locator:** fix argv parsing ([0e7c2f91](https://github.com/gemini-testing/configparser/commit/0e7c2f91be54f56793f43375d78dd763ebe6e818))
10+
11+
### Tests
12+
13+
* **locator:** add new unit test ([e06ce4de](https://github.com/gemini-testing/configparser/commit/e06ce4de56ddc0f31e1fdced7ef9a4ee0865d270))
14+
15+
516
## [1.1.0](https://github.com/gemini-testing/configparser/compare/v1.0.1...v1.1.0) (2021-08-11)
617

718

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gemini-configparser",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Config parser module for gemini",
55
"main": "lib/index.js",
66
"types": "./typings/index.d.ts",

0 commit comments

Comments
 (0)