Skip to content

Commit

Permalink
bump minor to 3.3 for new development work (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Oct 21, 2024
1 parent a9447b3 commit a3d8d4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change history for stripes-cli

## 3.2.0 IN PROGRESS
## 3.3.0 IN PROGRESS

## [3.2.0](https://github.com/folio-org/stripes-cli/tree/v3.2.0) (2024-10-09)
[Full Changelog](https://github.com/folio-org/stripes-cli/compare/v3.1.0...v3.2.0)

* Add a proxy server to overcome issues with cookies SameSite policy. Refs STCLI-246.
* Bug fix: don't pass unused arguments to `okToPull()`. Refs STCLI-250.
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": "3.2.0",
"version": "3.3.0",
"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": "^5.0.0",
"@folio/stripes-webpack": "^5.2.0",
"@formatjs/cli": "^6.1.3",
"@formatjs/cli-lib": "^6.1.3",
"@octokit/rest": "^19.0.7",
Expand Down

0 comments on commit a3d8d4c

Please sign in to comment.