Skip to content

Commit bafac9c

Browse files
chore(main): release duplicatehandling 2.0.0
1 parent 4748a39 commit bafac9c

4 files changed

Lines changed: 42 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-
".": "0.0.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Changelog
2+
3+
## 2.0.0 (2023-02-14)
4+
5+
6+
### Features
7+
8+
* Clean up DRS with 1 or 0 records ([2069818](https://github.com/dschach/duplicatehandling/commit/2069818474b193f3ab6ffd98e183dc178deb10b9))
9+
* Update API to 56.0 ([2069818](https://github.com/dschach/duplicatehandling/commit/2069818474b193f3ab6ffd98e183dc178deb10b9))
10+
* **utils:** Add workflow for PRs to handle dependabot automatically ([68ebcb0](https://github.com/dschach/duplicatehandling/commit/68ebcb021f2c2f31ad811af25a15f24e6d96c31b))
11+
* **utils:** Create Changelog file ([d975c3c](https://github.com/dschach/duplicatehandling/commit/d975c3c23f6dd89382c3836e21067b2fea8750ad))
12+
13+
14+
### Bug Fixes
15+
16+
* Auto-prepend fix to dependabot changes ([b9a9a1d](https://github.com/dschach/duplicatehandling/commit/b9a9a1d78221441519c2fb0a980b0d80a577b77a))
17+
* Avoid running codecov twice ([b9a9a1d](https://github.com/dschach/duplicatehandling/commit/b9a9a1d78221441519c2fb0a980b0d80a577b77a))
18+
* README typo for script execution ([b4913ca](https://github.com/dschach/duplicatehandling/commit/b4913cad82549ca98d444897839cc1d46e8f7253))
19+
* Report folder visibility ([2069818](https://github.com/dschach/duplicatehandling/commit/2069818474b193f3ab6ffd98e183dc178deb10b9))
20+
* **sfdx:** Only run scratch org on SFDX metadata ([733c562](https://github.com/dschach/duplicatehandling/commit/733c562f143eca882d4a0212855c37f1b99e7e6f))
21+
* **utils:** Fix secret name for auto scratch org creation ([68ebcb0](https://github.com/dschach/duplicatehandling/commit/68ebcb021f2c2f31ad811af25a15f24e6d96c31b))
22+
* **utils:** Husky pre-commit ([b0d7120](https://github.com/dschach/duplicatehandling/commit/b0d7120dee3eb3d3d4bd12e448c6cc9a19968bf4))
23+
* **utils:** Release-please action command ([9ec754f](https://github.com/dschach/duplicatehandling/commit/9ec754f0800cdd9a2b2ea0a07250b40490e3c7a8))
24+
* **utils:** Remove unnecessary LWC linting (none in project) ([68ebcb0](https://github.com/dschach/duplicatehandling/commit/68ebcb021f2c2f31ad811af25a15f24e6d96c31b))
25+
* **utils:** Update workflow to use sfdx commands ([b0d7120](https://github.com/dschach/duplicatehandling/commit/b0d7120dee3eb3d3d4bd12e448c6cc9a19968bf4))
26+
27+
28+
### chore
29+
30+
* Release 1.0.0 ([0a17fd1](https://github.com/dschach/duplicatehandling/commit/0a17fd1a34b9401af8925f54cb70b788a066e9d2))
31+
32+
33+
### Build System
34+
35+
* Bump husky from 8.0.2 to 8.0.3 ([21cd1be](https://github.com/dschach/duplicatehandling/commit/21cd1be047f132b049509b99e3cb4ef0f73dd295))
36+
* Bump lint-staged from 13.1.0 to 13.1.2 ([f95421b](https://github.com/dschach/duplicatehandling/commit/f95421b8a2e9df6599e52107d38e006d31d15638))
37+
* **npm:** Bump prettier from 2.8.1 to 2.8.4 ([9723671](https://github.com/dschach/duplicatehandling/commit/972367169a1d1d88040f3056083b2eb2c2423eff))
38+
* **release-please:** Reset changelog ([dc30d06](https://github.com/dschach/duplicatehandling/commit/dc30d06f987bc6426ca781dabf88a50d3f90c78d))
39+
* **release-please:** Update r-p files ([0ea9832](https://github.com/dschach/duplicatehandling/commit/0ea98327976d8ae02d489a37ed2fdd6df74ccd8f))

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": "0.0.0",
4+
"version": "2.0.0",
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": "0.0.0.NEXT"
6+
"versionNumber": "2.0.0.NEXT"
77
}
88
],
99
"namespace": "",

0 commit comments

Comments
 (0)