bumping the version
This commit is contained in:
parent
4638056b62
commit
6dde03025c
@ -4,6 +4,11 @@
|
||||
|
||||
|
||||
|
||||
## NEXT
|
||||
|
||||
* add function 'matches'
|
||||
|
||||
|
||||
## v2.0.0
|
||||
|
||||
* Fork from the [mothership](github.com/substantial/updeep), v1.2.1
|
||||
|
@ -6,10 +6,16 @@ project:
|
||||
ticket_url: ~
|
||||
with_stats: true
|
||||
releases:
|
||||
- version: v2.1.0
|
||||
date: 2023-00-13
|
||||
changes:
|
||||
- desc: add function 'matches'
|
||||
- desc: "code churn: 7 files changed, 66 insertions(+), 174 deletions(-)"
|
||||
type: stats
|
||||
- version: v2.0.0
|
||||
date: ~
|
||||
changes:
|
||||
- desc: Fork from the [mothership](github.com/substantial/updeep), v1.2.1
|
||||
- desc: "Fork from the [mothership](github.com/substantial/updeep), v1.2.1"
|
||||
change_types:
|
||||
- keywords:
|
||||
- feat
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "module",
|
||||
"name": "@yanick/updeep-remeda",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"description": "Easily update nested frozen objects and arrays in a declarative and immutable manner.",
|
||||
"homepage": "https://git.babyl.ca/yanick/updeep-remeda",
|
||||
"repository": {
|
||||
|
Loading…
Reference in New Issue
Block a user