Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed the log and the package.json in order to add the new faststor… #1119

Open
wants to merge 4 commits into
base: 2.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.129.0] - 2021-08-10

### added
- [vtex faststore-cli] adding a new plugin called faststore-cli that facilitate linking for the faststore framework
Comment on lines +12 to +13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### added
- [vtex faststore-cli] adding a new plugin called faststore-cli that facilitate linking for the faststore framework
### Added
- [vtex faststore-cli] Add `cli-plugin-faststore` plugin, that facilitates linking for the faststore framework


## [2.128.0] - 2021-05-25

### Changed
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtex",
"version": "2.128.0",
"version": "2.129.0",
"description": "The platform for e-commerce apps",
"bin": "bin/run",
"main": "lib/api/index.js",
Expand Down Expand Up @@ -60,6 +60,7 @@
"@vtex/cli-plugin-deploy": "^0.2.0",
"@vtex/cli-plugin-deps": "^0.0.1",
"@vtex/cli-plugin-edition": "^0.0.1",
"@vtex/cli-plugin-faststore": "^0.0.1",
"@vtex/cli-plugin-functions": "^1.1.0",
"@vtex/cli-plugin-infra": "^0.1.0",
"@vtex/cli-plugin-lighthouse": "^0.0.3",
Expand Down Expand Up @@ -211,4 +212,4 @@
}
}
}
}
}