inversify 6.2.1 → 6.2.2

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 +2 -6
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,13 +4,9 @@ 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
- ## [Unreleased]
7
+ ## [6.2.2]
8
8
 
9
- ### Added
10
-
11
- ### Changed
12
-
13
- ### Fixed
9
+ - Solved issue with npm registry.
14
10
 
15
11
  ## [6.2.1]
16
12
 
package/package.json CHANGED
@@ -76,5 +76,5 @@
76
76
  "test:cjs": "nyc --reporter=lcov mocha lib/cjs/test/*.test.js lib/cjs/test/**/*.test.js --reporter spec --require 'node_modules/reflect-metadata/Reflect.js'"
77
77
  },
78
78
  "sideEffects": false,
79
- "version": "6.2.1"
79
+ "version": "6.2.2"
80
80
  }