@visulima/pagination 2.0.0 → 2.0.1

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## @visulima/pagination [2.0.1](https://github.com/visulima/visulima/compare/@visulima/pagination@2.0.0...@visulima/pagination@2.0.1) (2023-01-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * allow higher node versions ([c93d55b](https://github.com/visulima/visulima/commit/c93d55b80135282235e933da52d9c88ade3073a8))
7
+ * allow higher node versions ([faf4780](https://github.com/visulima/visulima/commit/faf478069f3508249db22ed2171ddee4fa380122))
8
+
1
9
  ## @visulima/pagination [2.0.0](https://github.com/visulima/visulima/compare/@visulima/pagination@1.1.0...@visulima/pagination@2.0.0) (2022-12-15)
2
10
 
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pagination",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Simple Pagination for Node.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -98,13 +98,13 @@
98
98
  "prettier": "^2.7.1",
99
99
  "read-pkg": "^7.1.0",
100
100
  "rimraf": "^3.0.2",
101
- "semantic-release": "^19.0.5",
101
+ "semantic-release": "^20.0.0",
102
102
  "tsup": "^6.2.3",
103
103
  "typescript": "^4.8.4",
104
- "vitest": "^0.25.0"
104
+ "vitest": "^0.26.1"
105
105
  },
106
106
  "engines": {
107
- "node": ">=16"
107
+ "node": ">=16.18.0 <=19.0"
108
108
  },
109
109
  "publishConfig": {
110
110
  "access": "public"