contentful-migration 4.9.6 → 4.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- ## [4.9.6](https://github.com/contentful/contentful-migration/compare/v4.9.5...v4.9.6) (2022-09-28)
1
+ # [4.10.0](https://github.com/contentful/contentful-migration/compare/v4.9.7...v4.10.0) (2022-10-04)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * **types:** revert "Export type declarations to support use as library ([#1081](https://github.com/contentful/contentful-migration/issues/1081))" ([#1116](https://github.com/contentful/contentful-migration/issues/1116)) ([6248dd3](https://github.com/contentful/contentful-migration/commit/6248dd3a1e71e91c6ffa348540dea05b79cebcfe))
6
+ * use vault secrets ([#1118](https://github.com/contentful/contentful-migration/issues/1118)) ([c60c7b7](https://github.com/contentful/contentful-migration/commit/c60c7b72ffb8b9f384ab034c7f1f2e25f0f376c3))
7
7
 
8
8
  # Change Log
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentful-migration",
3
- "version": "4.9.6",
3
+ "version": "4.10.0",
4
4
  "description": "Migration tooling for contentful",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -100,7 +100,7 @@
100
100
  "rewire": "^5.0.0",
101
101
  "rimraf": "^3.0.2",
102
102
  "semantic-release": "^19.0.3",
103
- "sinon": "^12.0.0",
103
+ "sinon": "^14.0.1",
104
104
  "sinon-chai": "^3.5.0",
105
105
  "source-map-support": "^0.5.16",
106
106
  "strip-ansi": "^6.0.0",