Skip to content

Commit

Permalink
chore(release): 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnig committed Jan 8, 2022
1 parent ca7417b commit a418ca8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 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.8.0](https://github.com/fluxapi/fluxapi/compare/v2.7.0...v2.8.0) (2022-01-08)


### Features

* expose esbuild options ([ca7417b](https://github.com/fluxapi/fluxapi/commit/ca7417b1b36e942327a0e2bcc96d92a3914313af))

## [2.7.0](https://github.com/fluxapi/fluxapi/compare/v2.6.0...v2.7.0) (2022-01-07)


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.7.0",
"version": "2.8.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.7.0",
"version": "2.8.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.7.0",
"version": "2.8.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.7.0",
"version": "2.8.0",
"description": "",
"main": "./dist/index.js",
"bin": {
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.7.0",
"version": "2.8.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit a418ca8

Please sign in to comment.