Skip to content

Commit

Permalink
chore(release): 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnig committed Mar 29, 2022
1 parent 69928d4 commit 803ac3f
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.0](https://github.com/fluxapi/fluxapi/compare/v2.14.0...v2.15.0) (2022-03-29)


### Features

* update swagger ([69928d4](https://github.com/fluxapi/fluxapi/commit/69928d4f90c558b6e4be2351eb91edd5940009cf))

## [2.14.0](https://github.com/fluxapi/fluxapi/compare/v2.13.5...v2.14.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.14.0",
"version": "2.15.0",
"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.14.0",
"version": "2.15.0",
"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.14.0",
"version": "2.15.0",
"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.14.0",
"version": "2.15.0",
"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.14.0",
"version": "2.15.0",
"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.14.0",
"version": "2.15.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 803ac3f

Please sign in to comment.