Skip to content

Commit 54c500d

Browse files
Merge pull request #24 from onebeyond/release-please--branches--master--components--confabulous
chore(master): release confabulous 2.1.1
2 parents d4194fa + 658b4b7 commit 54c500d

File tree

4 files changed

+52
-4
lines changed

4 files changed

+52
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "2.1.1"
33
}

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,54 @@
44

55
- Fixed a few typos in the changelog
66

7+
## [2.1.1](https://github.com/onebeyond/confabulous/compare/confabulous-v2.1.0...confabulous-v2.1.1) (2024-07-01)
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* added missing flags to NPM publication CI script ([e76c12c](https://github.com/onebeyond/confabulous/commit/e76c12c932fe997c5d5ccea9c7793cd518289404))
13+
* coverage test ([2cc4a0b](https://github.com/onebeyond/confabulous/commit/2cc4a0b0b72b312674230f3b80d665983fb539d0))
14+
* typo in pre-commit hook ([c059b9e](https://github.com/onebeyond/confabulous/commit/c059b9e99e520d1efe99f51ab9b06cfbedad3c6c))
15+
16+
17+
### 🔧 Others
18+
19+
* add .nvmrc file with node 14 ([ff48224](https://github.com/onebeyond/confabulous/commit/ff48224779dcf2865ae74aaba92bc29e0536af94))
20+
* bump to 2.0.2 ([034a64e](https://github.com/onebeyond/confabulous/commit/034a64e8f0c05f16214209fb37b4e028374f9e26))
21+
* extended license ([4885ca2](https://github.com/onebeyond/confabulous/commit/4885ca2aea8bb3c637c57363a006897f89785dbc))
22+
* recover package-lock.json ([35b9123](https://github.com/onebeyond/confabulous/commit/35b9123ee2e55c9735a28724584f17e3ab6397be))
23+
* recover package-lock.json ([f3689dc](https://github.com/onebeyond/confabulous/commit/f3689dce1ca7d1e06a746a4b84fbbdecad2b4faa))
24+
* regenerate package-lock with node 14 and npm 6 ([2b584c3](https://github.com/onebeyond/confabulous/commit/2b584c319e844e6783fc773bb65becc95251d130))
25+
* remove obsolete release gh action ([2b30418](https://github.com/onebeyond/confabulous/commit/2b3041805af61c42f005a99ee2e9d9fe99793acd))
26+
* remove package-lock-json ([039a1c4](https://github.com/onebeyond/confabulous/commit/039a1c4ef578ee0a85660ee93542239955780b1d))
27+
* rename ci workflow ([756f8c7](https://github.com/onebeyond/confabulous/commit/756f8c7e6e1faba6137ffea674b52492d85cf615))
28+
* temporally remove code-climate coverage ([4f52ef6](https://github.com/onebeyond/confabulous/commit/4f52ef6b0227f96caf037525c00fc8a914931b54))
29+
* try to make it work with npm 7 ([7512788](https://github.com/onebeyond/confabulous/commit/751278845f9b3bc3b099d0c24530505569519a65))
30+
31+
32+
### 📝 Docs
33+
34+
* improve readme file ([358c692](https://github.com/onebeyond/confabulous/commit/358c692ef629337bdf3b5d1c318cecde3376aa2a))
35+
* update license reference to MIT ([f08d43d](https://github.com/onebeyond/confabulous/commit/f08d43d89ee3d84cb5e4c5a6a7f309593e912665))
36+
* updated license file to MIT ([4e3e4f4](https://github.com/onebeyond/confabulous/commit/4e3e4f4b7e4cd5b6f5de10dce19a336b30b717c1))
37+
38+
39+
### 🔄 Code Refactoring
40+
41+
* remove require-all and do the imports explicitly ([416790f](https://github.com/onebeyond/confabulous/commit/416790f170c13c4fd45fdf5765aa41c1a2cd1748))
42+
43+
44+
### ☁️ CI
45+
46+
* add .npmrc file configuration ([d039537](https://github.com/onebeyond/confabulous/commit/d039537bba1f3bde3026110d4c5b4d952b398c14))
47+
* add g action for code climate test coverage ([b869fc0](https://github.com/onebeyond/confabulous/commit/b869fc08e88a2c161c640c7873d84b45c9dddf75))
48+
* add g action for pull request validation ([d0d1921](https://github.com/onebeyond/confabulous/commit/d0d1921d8761e51e729d7653c50dd89f660c9af7))
49+
* add g action for scorecard ([4926bbd](https://github.com/onebeyond/confabulous/commit/4926bbd913bc787792dd16c06d995ddd28b068f6))
50+
* add gh action to automate release process ([47ed962](https://github.com/onebeyond/confabulous/commit/47ed962dac4a4dd0f58d122f42f728a9622bb2ac))
51+
* improve github actions ([f69cba7](https://github.com/onebeyond/confabulous/commit/f69cba7db7775b3dca19a05f386e3d2acffb5f20))
52+
* modify coverage command ([918330f](https://github.com/onebeyond/confabulous/commit/918330f1803a629d031d3adddc3ff73ba576d415))
53+
* remove test coverage gh action ([6ac5863](https://github.com/onebeyond/confabulous/commit/6ac5863a202484f9020e27e7f21bf53c36ecb25d))
54+
755
## 2.1.0
856

957
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "confabulous",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A pluggable, hierarchical, asynchronous config loader and post processor with support for environment variables, command line arguments, json, javascript, http, vault, etcd and postgres",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)