Skip to content

Commit

Permalink
Merge branch 'release/2.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Mar 12, 2024
2 parents dce4ea8 + 18de309 commit b7cb597
Show file tree
Hide file tree
Showing 6 changed files with 660 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## v2.1.0 - 2024.03.12

### Added

- Add a `Sentry` class to easily configure Sentry integration for both front-end and back-end ([#29](https://github.com/studiometa/wp-toolkit/pull/29))

## v2.0.1 - 2024.03.09

### Fixed
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"php": "^8.1",
"monolog/monolog": "^2.9|^3.0",
"psr/log": "^1.1",
"sentry/sentry": "^4.6",
"studiometa/webpack-config": "^5.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0",
Expand Down
Loading

0 comments on commit b7cb597

Please sign in to comment.