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

Commit a32ff3f

Browse files
authored
Merge pull request #27 from C2FO/v2.0.0-rc
v2.0.0
2 parents 9531fb6 + 5ba2f38 commit a32ff3f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: HISTORY.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v2.0.0
2+
3+
* [FIX] Incorrect type in jsdoc comment - [#25](https://github.com/C2FO/gofigure/pull/25) - [@NLincoln](https://github.com/NLincoln)
4+
* [CHORE] Bump `glob` version to `^v7.1.7`
5+
* [CHORE] Bump `lodash` version to `^v4.17.21`
6+
* [CHORE] Bump `eslint` version to `v7.27.0`
7+
* [CHORE] Update supported node version to `>v12`
8+
* [CHORE] Introduce `prettier`
9+
* [CHORE] Migrate to github actions
10+
* [CHORE] Migrate to `jest`
11+
112
# v1.0.0
213

314
* Add env variable support

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gofigure",
33
"description": "Configuration library for node",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"scripts": {
66
"jest": "jest --runInBand",
77
"test": "npm run eslint && npm run jest",

0 commit comments

Comments
 (0)