inversify 7.0.0-alpha.3 → 7.0.0-alpha.4

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All notable changes to this project from 5.0.0 forward will be documented in thi
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [7.0.0-alpha.4]
8
+
9
+ Parity version with `7.0.0-alpha.3`.
10
+
11
+ ## [6.2.2]
12
+
13
+ - Solved issue with npm registry.
14
+
7
15
  ## [7.0.0-alpha.3]
8
16
 
9
17
  ### Changed
package/package.json CHANGED
@@ -77,5 +77,5 @@
77
77
  "test:cjs": "nyc --reporter=lcov mocha lib/cjs/test/*.test.js lib/cjs/test/**/*.test.js --reporter spec"
78
78
  },
79
79
  "sideEffects": false,
80
- "version": "7.0.0-alpha.3"
80
+ "version": "7.0.0-alpha.4"
81
81
  }