Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: release main #17

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
".": "1.4.0",
".": "1.4.1",
"src/1password": "1.0.2",
"src/act": "1.0.0",
"src/doppler": "2.1.1",
"src/doppler": "2.1.2",
"src/postgresql": "1.4.0",
"src/rabbitmq-server": "1.0.0",
"src/redis-server": "1.0.1",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.4.1](https://github.com/itsmechlark/features/compare/v1.4.0...v1.4.1) (2024-01-29)


### Bug Fixes

* **doppler:** Setup required directories ([a929bb5](https://github.com/itsmechlark/features/commit/a929bb592bc9cf25e5072ddca2b9a5cd0d1dff7d)), closes [#14](https://github.com/itsmechlark/features/issues/14)
8 changes: 8 additions & 0 deletions src/doppler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [2.1.2](https://github.com/itsmechlark/features/compare/doppler-v2.1.1...doppler-v2.1.2) (2024-01-29)


### Bug Fixes

* **doppler:** Setup required directories ([a929bb5](https://github.com/itsmechlark/features/commit/a929bb592bc9cf25e5072ddca2b9a5cd0d1dff7d)), closes [#14](https://github.com/itsmechlark/features/issues/14)
2 changes: 1 addition & 1 deletion src/doppler/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Doppler CLI",
"id": "doppler",
"version": "2.1.1",
"version": "2.1.2",
"description": "Install the Doppler CLI in local development and production environments.",
"options": {
"version": {
Expand Down
Loading