Skip to content

Commit

Permalink
Release v2.6.1 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Oct 11, 2022
1 parent 785b422 commit c0e81db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Change history for stripes-cli

## [2.6.1](https://github.com/folio-org/stripes-cli/tree/v2.6.1) (2022-10-11)

* Correctly implement caching, watching (default to true when CLI flags are absent). Refs STCLI-198.
* Consume `webpack.config.cli.dev` as a function, an accidental breaking change in STRWEB-49. Refs STCLI-211.

## [2.6.0](https://github.com/folio-org/stripes-cli/tree/v2.6.0) (2022-06-14)

* Pin `webpack` to `~5.68.0` due to `moment` and `karma-webpack` trouble. Refs STCLI-195.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-cli",
"version": "2.6.0",
"version": "2.6.1",
"description": "Stripes Command Line Interface",
"repository": "https://github.com/folio-org/stripes-cli",
"publishConfig": {
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@folio/stripes-testing": "^3.0.0",
"@folio/stripes-webpack": "^4.0.0",
"@folio/stripes-webpack": "^4.1.0",
"@octokit/rest": "^18.6.0",
"babel-plugin-istanbul": "^6.0.0",
"configstore": "^3.1.1",
Expand Down

0 comments on commit c0e81db

Please sign in to comment.