Skip to content

Commit c727451

Browse files
chore(main): release duplicatehandling 2.0.1
1 parent 84857c4 commit c727451

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/dschach/duplicatehandling/compare/duplicatehandling-v2.0.0...duplicatehandling-v2.0.1) (2023-03-27)
4+
5+
6+
### Continuous Integration
7+
8+
* Run non-local prettier, query PMD version ([624adfc](https://github.com/dschach/duplicatehandling/commit/624adfccd21bea8367a2a18f78b674cc4293e4f3))
9+
10+
11+
### Build System
12+
13+
* **npm:** Bump lint-staged from 13.1.2 to 13.2.0 ([#33](https://github.com/dschach/duplicatehandling/issues/33)) ([a9c1575](https://github.com/dschach/duplicatehandling/commit/a9c15759c681e5bbca430d3a56fb708c4ac1db2e))
14+
* **npm:** Bump prettier from 2.8.4 to 2.8.6 ([#35](https://github.com/dschach/duplicatehandling/issues/35)) ([27a30d5](https://github.com/dschach/duplicatehandling/commit/27a30d5fe6d4199157ab251dd2b4af6f8f729566))
15+
* **npm:** Bump prettier from 2.8.6 to 2.8.7 ([#37](https://github.com/dschach/duplicatehandling/issues/37)) ([84857c4](https://github.com/dschach/duplicatehandling/commit/84857c42b2e31e5195bbc289793b4e6b90309cc2))
16+
317
## 2.0.0 (2023-02-21)
418

519
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "duplicatehandling",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "Duplicates Handling enhancements",
66
"author": "David Schach",
77
"license": "GNU-3.0",

sfdx-project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"path": "force-app",
55
"default": true,
6-
"versionNumber": "2.0.0.NEXT"
6+
"versionNumber": "2.0.1.NEXT"
77
}
88
],
99
"namespace": "",

0 commit comments

Comments
 (0)