preps for release

This commit is contained in:
Yanick Champoux 2023-03-22 17:12:47 -04:00
parent c66ec94aaf
commit 428fa15fe4
4 changed files with 19 additions and 3 deletions

View File

@ -4,6 +4,15 @@
## v2.1.1, 2023-02-22
* add map to the exports
### Statistics
* code churn: 4 files changed, 134 insertions(+), 121 deletions(-)
## v2.1.0, 2023-00-13
* add function 'matches'

View File

@ -6,16 +6,22 @@ project:
ticket_url: ~
with_stats: true
releases:
- version: v2.1.1
date: 2023-02-22
changes:
- desc: add map to the exports
- desc: 'code churn: 4 files changed, 134 insertions(+), 121 deletions(-)'
type: stats
- version: v2.1.0
date: 2023-00-13
changes:
- desc: add function 'matches'
- desc: "code churn: 7 files changed, 66 insertions(+), 174 deletions(-)"
- 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

@ -13,6 +13,7 @@ tasks:
generates: [./CHANGELOG.md]
cmds:
- changelord print > CHANGELOG.md
test: vitest run
build:

View File

@ -1,7 +1,7 @@
{
"type": "module",
"name": "@yanick/updeep-remeda",
"version": "2.1.0",
"version": "2.1.1",
"description": "Easily update nested frozen objects and arrays in a declarative and immutable manner.",
"homepage": "https://git.babyl.ca/yanick/updeep-remeda",
"repository": {