Skip to content

Commit

Permalink
Merge pull request #149 from folio-org/release-v1.7.0
Browse files Browse the repository at this point in the history
Release v1.7.0
  • Loading branch information
ttamj authored Nov 29, 2018
2 parents cbf091c + 3f1d3a6 commit ec1a6c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change history for stripes-cli

## 1.7.0 (IN PROGRESS)
## [1.7.0](https://github.com/folio-org/stripes-cli/tree/v1.7.0) (2018-11-29)

* Rename `mod view` to `mod list` and add support for listing all module ids, STCLI-79
* New `mod view` implementation to view module descriptors given ids, STCLI-79
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-cli",
"version": "1.6.0",
"version": "1.7.0",
"description": "Stripes Command Line Interface",
"repository": "https://github.com/folio-org/stripes-cli",
"publishConfig": {
Expand All @@ -20,7 +20,7 @@
"lint-templates": "eslint ./resources --no-ignore"
},
"dependencies": {
"@folio/stripes-core": "^2.10.0",
"@folio/stripes-core": "^2.16.0",
"@folio/stripes-testing": "^1.0.0",
"babel-plugin-istanbul": "^4.1.6",
"configstore": "^3.1.1",
Expand Down

0 comments on commit ec1a6c0

Please sign in to comment.