Skip to content

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vandres committed May 18, 2024
1 parent df656c9 commit fd39ec5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Release Notes for Contact Form Extended

## [1.0.1] - 2024-05-17
## [1.0.2] - 2024-05-18

- docs(cleanup): being more specific [`df656c9`](https://github.com/vandres/craft-contact-form-extended/commit/df656c9a0cfb2a8478b85a4fca842afe3397a8c5)

## [1.0.1] - 2024-05-18

- chore(release): 1.0.1 [`dc9b9ea`](https://github.com/vandres/craft-contact-form-extended/commit/dc9b9ea9df2e15206bb20e3d9da68ee9b7cde826)
- fix(setup): added missing release-it configuration [`bfba632`](https://github.com/vandres/craft-contact-form-extended/commit/bfba632045ef36b0257b8bf462faacb97d969abd)

## 1.0.0 - 2024-05-18
Expand All @@ -11,4 +16,5 @@
- feat(log): option to log spam or all submissions [`5c8cb3d`](https://github.com/vandres/craft-contact-form-extended/commit/5c8cb3dd350e31be6b10c6dd2b2f784d234cd27f)
- Release 1.0.0 [`1da1651`](https://github.com/vandres/craft-contact-form-extended/commit/1da1651a8b9a27bc077159d1222a62e55014bbb3)

[1.0.2]: https://github.com/vandres/craft-contact-form-extended/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/vandres/craft-contact-form-extended/compare/1.0.0...1.0.1
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,7 +1,7 @@
{
"name": "craft-contact-form-extended",
"description": "Adds functionality to the Contact Form plugin",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"release": "release-it"
},
Expand Down

0 comments on commit fd39ec5

Please sign in to comment.