Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.2.3...v3.0.0) (2023-10-23)

### Features

* **node:** remove node16 support on pipeline and package.json ([23eb74c](23eb74c))

### BREAKING CHANGES

* **node:** Remove Node v16
  • Loading branch information
semantic-release-bot committed Oct 23, 2023
1 parent 23eb74c commit 5f84de1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/ducktors/arecibo/compare/v2.2.3...v3.0.0) (2023-10-23)


### Features

* **node:** remove node16 support on pipeline and package.json ([23eb74c](https://github.com/ducktors/arecibo/commit/23eb74cb1f59166312b388b0d56731566f5fe7c8))


### BREAKING CHANGES

* **node:** Remove Node v16

## [2.2.3](https://github.com/ducktors/arecibo/compare/v2.2.2...v2.2.3) (2023-10-23)


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": "arecibo",
"version": "2.2.3",
"version": "3.0.0",
"description": "Fastify plugin that respondes to kubernetes readiness and liveness probes.",
"main": "./lib",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 5f84de1

Please sign in to comment.