@bitgo-beta/sjcl 1.0.2-beta.1904 → 1.0.2-beta.1905

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+ # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sjcl@1.0.1...@bitgo/sjcl@1.1.0) (2026-03-27)
7
+
8
+
9
+ ### Features
10
+
11
+ * configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
12
+ * define sjcl type definitions ([7d29830](https://github.com/BitGo/BitGoJS/commit/7d298307839be8c7c8ba3c29ae546a24009dce3f))
13
+
14
+
15
+
16
+
17
+
6
18
  ## [1.0.1-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sjcl@1.0.1-rc.2...@bitgo/sjcl@1.0.1-rc.3) (2022-04-19)
7
19
 
8
20
  **Note:** Version bump only for package @bitgo/sjcl
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sjcl",
3
- "version": "1.0.2-beta.1904",
3
+ "version": "1.0.2-beta.1905",
4
4
  "description": "fork of Stanford Javascript Crypto Library",
5
5
  "main": "sjcl.min.js",
6
6
  "types": "index.d.ts",
@@ -14,5 +14,5 @@
14
14
  "publishConfig": {
15
15
  "access": "public"
16
16
  },
17
- "gitHead": "cf121dfc1d09db281fc24eb74cad12ff5246ec69"
17
+ "gitHead": "6af8060190fee4bfb1d1049945effee10d034954"
18
18
  }