Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore(main): release 0.4.0 #121

Merged
merged 1 commit into from
Aug 22, 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
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.3.0"
".": "0.4.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.4.0](https://github.com/hugomods/encrypt/compare/v0.3.0...v0.4.0) (2024-08-22)


### Continuous Integration

* **deps:** update module github.com/hugomods/icons/vendors/bootstrap to v0.5.7 ([cadfb3e](https://github.com/hugomods/encrypt/commit/cadfb3ef8a7a7f09e4a52b89fa4619a389741c82))
* **deps:** update module golang.org/x/net to v0.26.0 ([04c24ef](https://github.com/hugomods/encrypt/commit/04c24eff2a90da3a7506543047dc6229ede304f9))
* **deps:** update module golang.org/x/net to v0.27.0 ([6a472cc](https://github.com/hugomods/encrypt/commit/6a472cc0d76d86e8cd26afa7461e91288acac278))
* **deps:** update module golang.org/x/net to v0.28.0 ([599fcb5](https://github.com/hugomods/encrypt/commit/599fcb5b7da57e4ce58af2f09ee9964f000bd25e))


### Features ✨

* add the encrypt.sass_transpiler parameter, default to dartsass ([5f52ce6](https://github.com/hugomods/encrypt/commit/5f52ce63ec54df183fcbedb52d840dc4b249021d))


### Bug Fixes 🐞

* **deps:** update module golang.org/x/crypto to v0.25.0 ([53c23fc](https://github.com/hugomods/encrypt/commit/53c23fc64c6d1a5569fe2faa9b4c821115510def))

## [0.3.0](https://github.com/hugomods/encrypt/compare/v0.2.0...v0.3.0) (2024-05-28)


Expand Down