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.1.2...v3.0.0) (2024-01-04)

### Features

* Include requests in templates ([#12](#12)) ([497f58c](497f58c))

### BREAKING CHANGES

* Breaks compatibility with previous render methods
  • Loading branch information
semantic-release-bot committed Jan 4, 2024
1 parent 497f58c commit b35096a
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/kapetacom/sdk-nodejs-server/compare/v2.1.2...v3.0.0) (2024-01-04)


### Features

* Include requests in templates ([#12](https://github.com/kapetacom/sdk-nodejs-server/issues/12)) ([497f58c](https://github.com/kapetacom/sdk-nodejs-server/commit/497f58cafaed3cbcb31f808198776f69b08885f5))


### BREAKING CHANGES

* Breaks compatibility with previous render methods

## [2.1.2](https://github.com/kapetacom/sdk-nodejs-server/compare/v2.1.1...v2.1.2) (2024-01-04)


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": "@kapeta/sdk-server",
"version": "2.1.2",
"version": "3.0.0",
"description": "Express server for Kapeta SDK",
"type": "commonjs",
"exports": {
Expand Down

0 comments on commit b35096a

Please sign in to comment.