Skip to content

Commit

Permalink
Merge pull request #26 from onebeyond/release-please--branches--maste…
Browse files Browse the repository at this point in the history
…r--components--confabulous

chore(master): release confabulous 2.1.2
  • Loading branch information
inigomarquinez authored Jul 1, 2024
2 parents b464d8f + 4f666d2 commit cc4c32d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.1"
".": "2.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

- Fixed a few typos in the changelog

## [2.1.2](https://github.com/onebeyond/confabulous/compare/confabulous-v2.1.1...confabulous-v2.1.2) (2024-07-01)


### ☁️ CI

* fix allowed-endpoints ([645cad5](https://github.com/onebeyond/confabulous/commit/645cad5f92957804d88d162e804b25e98eadc549))

## [2.1.1](https://github.com/onebeyond/confabulous/compare/confabulous-v2.1.0...confabulous-v2.1.1) (2024-07-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "confabulous",
"version": "2.1.1",
"version": "2.1.2",
"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",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit cc4c32d

Please sign in to comment.