@outliant/sunrise-utils 1.0.0 → 1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -4
package/CHANGELOG.md CHANGED
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [1.0.1](https://github.com/outliant/sunrise-utils/compare/1.0.0...1.0.1)
8
+
9
+ - chore: changed to private [`0f79a6b`](https://github.com/outliant/sunrise-utils/commit/0f79a6b4ebd9101d0d9ce523e23c3268a68a0bf1)
10
+
7
11
  #### 1.0.0
8
12
 
13
+ > 23 February 2023
14
+
9
15
  - chore: task pipeline fixes #860pt9g1t [`#860`](https://github.com/outliant/sunrise-utils/issues/860)
10
16
  - chore: initial setup [`4e2206c`](https://github.com/outliant/sunrise-utils/commit/4e2206c5a002629fca7b608ed9cf6c60f3e6be37)
11
17
  - chore: task pipeline filter query and sorting script #860pt9g1t [`3bae8e1`](https://github.com/outliant/sunrise-utils/commit/3bae8e1aa6e02e6734ebaa6cdb3d822a7992aa21)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@outliant/sunrise-utils",
3
3
  "description": "Helper functions for project Sunrise",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "license": "ISC",
6
6
  "author": "Outliant",
7
7
  "main": "index.js",
@@ -66,8 +66,5 @@
66
66
  "dependencies": {
67
67
  "moment": "^2.29.4",
68
68
  "uuid": "^9.0.0"
69
- },
70
- "publishConfig": {
71
- "access": "public"
72
69
  }
73
70
  }