@weni/unnnic-system 2.0.21 → 2.0.23-alpha.2

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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,27 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## 2.0.22 (2024-06-12)
9
+
10
+ ### Added
11
+
12
+ - Tag creation in the workflow when a new official version is released on npmjs.
13
+
14
+ ## 2.0.21 (2024-06-12)
15
+
16
+ ### Added
17
+
18
+ - Project changelog file.
19
+ - Created `Publish Pre Release Package to npmjs` workflow to publish alpha versions when a new version goes up to the staging environment from tags with the pattern `x.x.x-staging`.
20
+
21
+ ### Fixed
22
+
23
+ - Updated the eslint version to fix dependency conflicts and ran lint again.
24
+
25
+ ### Changed
26
+
27
+ - Node version of Dockerfile to `20.14.0`.