Skip to content

Commit f5f0448

Browse files
committed
5.0.0
1 parent 2dc5e17 commit f5f0448

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@brazil/cnpj",
4-
"version": "4.0.3",
4+
"version": "5.0.0",
55
"exports": "./mod.ts",
66
"publish": {
77
"include": ["readme.md", "license", "mod.ts", "index.ts"]

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cnpj",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"description": "Format, validate and generate CNPJ numbers",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)