Skip to content

Commit

Permalink
chore(release): 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnig committed Mar 29, 2022
1 parent 3052609 commit f931a4e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.15.1](https://github.com/fluxapi/fluxapi/compare/v2.15.0...v2.15.1) (2022-03-29)


### Bug Fixes

* fix fastify swagger error when properties attribute is missing ([3052609](https://github.com/fluxapi/fluxapi/commit/3052609e50314b6803790866ba95c87319ac9b5d))

## [2.15.0](https://github.com/fluxapi/fluxapi/compare/v2.14.0...v2.15.0) (2022-03-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluxapi",
"version": "2.15.0",
"version": "2.15.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluxapi/cli",
"version": "2.15.0",
"version": "2.15.1",
"description": "",
"main": "./dist/index.js",
"exports": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluxapi/common",
"version": "2.15.0",
"version": "2.15.1",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-flux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-flux",
"version": "2.15.0",
"version": "2.15.1",
"description": "",
"main": "./dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration-tests",
"version": "2.15.0",
"version": "2.15.1",
"description": "",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluxapi/plugins",
"version": "2.15.0",
"version": "2.15.1",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f931a4e

Please sign in to comment.