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