Skip to content

Commit b90ca3a

Browse files
Update Version (#33)
1 parent b27ccbf commit b90ca3a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
## [1.7.0] - 2021-11-12
17+
18+
### Added
19+
1220
- `isAlphanumeric`
1321
- `unnest`
1422

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techmmunity/utils",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"license": "Apache-2.0",
@@ -22,6 +22,13 @@
2222
"lodash",
2323
"ramda",
2424
"get-enum-values",
25+
"unnest",
26+
"plain-object",
27+
"odd",
28+
"alphanumeric",
29+
"between",
30+
"cpf",
31+
"cnpj",
2532
"empty-array",
2633
"empty-object"
2734
],

0 commit comments

Comments
 (0)