Skip to content

Commit cc4c32d

Browse files
Merge pull request #26 from onebeyond/release-please--branches--master--components--confabulous
chore(master): release confabulous 2.1.2
2 parents b464d8f + 4f666d2 commit cc4c32d

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.1"
2+
".": "2.1.2"
33
}

CHANGELOG.md

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

55
- Fixed a few typos in the changelog
66

7+
## [2.1.2](https://github.com/onebeyond/confabulous/compare/confabulous-v2.1.1...confabulous-v2.1.2) (2024-07-01)
8+
9+
10+
### ☁️ CI
11+
12+
* fix allowed-endpoints ([645cad5](https://github.com/onebeyond/confabulous/commit/645cad5f92957804d88d162e804b25e98eadc549))
13+
714
## [2.1.1](https://github.com/onebeyond/confabulous/compare/confabulous-v2.1.0...confabulous-v2.1.1) (2024-07-01)
815

916

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.1",
3+
"version": "2.1.2",
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)