Skip to content

Commit 0804a7c

Browse files
chore(release): 1.1.2 [skip ci]
## [1.1.2](1.1.1...1.1.2) (2023-05-30) ### Bug Fixes * edge cases for start and end of install counts endpoint ([baa89b8](baa89b8))
1 parent baa89b8 commit 0804a7c

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.2](https://github.com/openupm/verdaccio-install-counts/compare/1.1.1...1.1.2) (2023-05-30)
2+
3+
4+
### Bug Fixes
5+
6+
* edge cases for start and end of install counts endpoint ([baa89b8](https://github.com/openupm/verdaccio-install-counts/commit/baa89b8a1bacfef086f5bbed7eda7efa9c01c835))
7+
18
## [1.1.1](https://github.com/openupm/verdaccio-install-counts/compare/1.1.0...1.1.1) (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.1",
3+
"version": "1.1.2",
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)