@repobit/dex-target 2.7.1 → 2.9.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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.9.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-target@2.8.0...@repobit/dex-target@2.9.0) (2026-02-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * **DEX-25763:** slack notification logic to skip notifications when no package versions change ([3b5cd01](https://github.com/bitdefender/dex-core/commit/3b5cd01152bcde83da8596eaa6e4b3803466a9dc))
12
+
13
+
14
+
15
+ ## [2.8.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-target@2.7.1...@repobit/dex-target@2.8.0) (2026-01-30)
16
+
17
+
18
+ ### Features
19
+
20
+ * **DEX-25763:** update Slack notification integration and build payload for package versions ([f53117f](https://github.com/bitdefender/dex-core/commit/f53117f7eae1d8b0e3a29bb2b928c35968c6cfa6))
21
+
22
+
23
+
6
24
  ## [2.7.1](https://github.com/bitdefender/dex-core/compare/@repobit/dex-target@2.7.0...@repobit/dex-target@2.7.1) (2026-01-30)
7
25
 
8
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@repobit/dex-target",
3
- "version": "2.7.1",
3
+ "version": "2.9.0",
4
4
  "description": "Client for Adobe Target",
5
5
  "author": "Constantin Ioan Mihai <iconstantin@bitdefender.com>",
6
6
  "homepage": "https://github.com/bitdefender/dex-core#readme",
@@ -36,5 +36,5 @@
36
36
  "volta": {
37
37
  "node": "22.14.0"
38
38
  },
39
- "gitHead": "ce5466191786c3465beba0a3bb756635c7b85ebb"
39
+ "gitHead": "96b9972a8daf95c3fee675368cdf42f529201e33"
40
40
  }