Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #157 from devuri/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(master): release 0.7.0
  • Loading branch information
devuri authored Sep 9, 2023
2 parents 59b996e + c989804 commit 7e4170f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.6"
".": "0.7.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.7.0](https://github.com/devuri/wp-env-config/compare/v0.6.6...v0.7.0) (2023-09-09)


### ⚠ BREAKING CHANGES

* replace `ConfigTrait` with `ConstantConfigTrait`

### Features

* replace `ConfigTrait` with `ConstantConfigTrait` ([780aa6f](https://github.com/devuri/wp-env-config/commit/780aa6fec5783cbe318a86561a7b248af3a8c6d5))


### Bug Fixes

* `Environment` is now `EnvironmentSwitch` adds `EnvInterface` ([de0d579](https://github.com/devuri/wp-env-config/commit/de0d5792a4d61c8b6545867ce93841b4261710fb))


### Miscellaneous Chores

* codefix ([afe79f6](https://github.com/devuri/wp-env-config/commit/afe79f617cb7ea63030dec531598bf3b55511b8e))
* update composer ([512105d](https://github.com/devuri/wp-env-config/commit/512105d0c84060f8fc2c4eb89e8807c7f9f7f910))

## [0.6.6](https://github.com/devuri/wp-env-config/compare/v0.6.5...v0.6.6) (2023-09-08)


Expand Down

0 comments on commit 7e4170f

Please sign in to comment.