bumping the version

This commit is contained in:
Yanick Champoux 2023-01-13 13:42:56 -05:00
parent 4638056b62
commit 6dde03025c
3 changed files with 13 additions and 2 deletions

View File

@ -4,6 +4,11 @@
## NEXT
* add function 'matches'
## v2.0.0
* Fork from the [mothership](github.com/substantial/updeep), v1.2.1

View File

@ -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

View File

@ -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": {