Skip to content

Commit 8396728

Browse files
chore(release): 1.1.4 [skip ci]
## [1.1.4](1.1.3...1.1.4) (2023-10-26) ### Bug Fixes * downloads/point endpoint raise server error when a package has no downloads ([f6a3a11](f6a3a11))
1 parent f6a3a11 commit 8396728

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.4](https://github.com/openupm/verdaccio-install-counts/compare/1.1.3...1.1.4) (2023-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* downloads/point endpoint raise server error when a package has no downloads ([f6a3a11](https://github.com/openupm/verdaccio-install-counts/commit/f6a3a11da450baf0c6b8a4b7e688bfcf95395cdf))
7+
18
## [1.1.3](https://github.com/openupm/verdaccio-install-counts/compare/1.1.2...1.1.3) (2023-05-30)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "verdaccio-install-counts",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "The package provides public api that gives you download counts by package and time range.",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",

0 commit comments

Comments
 (0)