Skip to content

Commit 88a16e3

Browse files
chore(main): release duplicatehandling 2.0.1
1 parent 624adfc commit 88a16e3

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/dschach/duplicatehandling/compare/duplicatehandling-v2.0.0...duplicatehandling-v2.0.1) (2023-03-23)
4+
5+
6+
### Build System
7+
8+
* **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))
9+
* **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))
10+
11+
12+
### Continuous Integration
13+
14+
* Run non-local prettier, query PMD version ([624adfc](https://github.com/dschach/duplicatehandling/commit/624adfccd21bea8367a2a18f78b674cc4293e4f3))
15+
316
## 2.0.0 (2023-02-21)
417

518
### 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)