@repobit/dex-target 2.6.0 → 2.7.1

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.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
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **DEX-25763:** update Slack notification message format for package versions ([b0b78f4](https://github.com/bitdefender/dex-core/commit/b0b78f44f06ecb4467140d47d88aef37ef7bc357))
12
+
13
+
14
+
15
+ ## [2.7.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-target@2.6.0...@repobit/dex-target@2.7.0) (2026-01-30)
16
+
17
+
18
+ ### Features
19
+
20
+ * **DEX-25763:** refactor version message building for Slack notifications ([5d3f888](https://github.com/bitdefender/dex-core/commit/5d3f88893fce9f2bfd8abe29d43eb20b01188d03))
21
+
22
+
23
+
6
24
  ## [2.6.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-target@2.5.20...@repobit/dex-target@2.6.0) (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.6.0",
3
+ "version": "2.7.1",
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": "1cb0be3532cd386f666afb6420082e4956f90723"
39
+ "gitHead": "ce5466191786c3465beba0a3bb756635c7b85ebb"
40
40
  }