@popina/cli 5.0.1-20260204192447Z → 5.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @popina/cli
2
2
 
3
+ ## 5.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Implementation of the frozen column as well as the duplication and deletion of articles
8
+ - Update CLI branding from Pragma to Popina in all user-facing messages
9
+
3
10
  ## 5.0.0
4
11
 
5
12
  ### Major Changes
package/build/index.js CHANGED
@@ -11461,7 +11461,7 @@ function date4(params) {
11461
11461
  config(en_default());
11462
11462
 
11463
11463
  // package.json
11464
- var version2 = "5.0.1-20260204192447Z";
11464
+ var version2 = "5.0.1";
11465
11465
 
11466
11466
  // src/utils/get-package-info.ts
11467
11467
  async function getPackageInfo() {