@sap-cloud-sdk/eslint-config 2.7.2-20220902122204.0 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @sap-cloud-sdk/eslint-config
2
2
 
3
- ## 2.7.2-20220902122204.0
3
+ ## 2.8.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
- - Canary release
7
+ - 15e9ef4b: [Compatibility Note] Activated the eslint rule 'check-tag-names' to allowed jsdoc tags. If you use custom tags add them via the 'definedTags' in the eslint options.
8
8
 
9
9
  ## 2.7.1
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-cloud-sdk/eslint-config",
3
- "version": "2.7.2-20220902122204.0",
3
+ "version": "2.8.0",
4
4
  "description": "eslint config for the SAP Cloud SDK",
5
5
  "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript",
6
6
  "license": "Apache-2.0",