Skip to content

Commit

Permalink
chore(main): release 2.3.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 13, 2024
1 parent 6a7956c commit e114cea
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ ".": "2.2.3" }
{ ".": "2.3.0" }
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.3.0](https://github.com/regseb/cronnor/compare/v2.2.3...v2.3.0) (2024-02-13)

### Features

- Ajouter le support de Bun. ([40d2c1c](https://github.com/regseb/cronnor/commit/40d2c1c82247408d014ab1b48b7fbb4e5365b8e1))

## [2.2.3](https://github.com/regseb/cronnor/compare/v2.2.2...v2.2.3) (2023-10-02)

### Bug Fixes
Expand Down
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,6 +1,6 @@
{
"name": "cronnor",
"version": "2.2.3",
"version": "2.3.0",
"description": "Bibliothèque JavaScript implémentant un programme cron.",
"keywords": [
"cron",
Expand Down

0 comments on commit e114cea

Please sign in to comment.