bit-sequence 1.2.5 → 1.2.7

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.
@@ -15,7 +15,7 @@ jobs:
15
15
  - name: Checkout Repository
16
16
  uses: actions/checkout@v7.0.0
17
17
  - name: Setup Go
18
- uses: actions/setup-go@v6
18
+ uses: actions/setup-go@v6.5.0
19
19
  with:
20
20
  go-version: '1.25'
21
21
  cache-dependency-path: go/go.mod
@@ -37,7 +37,7 @@ jobs:
37
37
  - name: Checkout Repository
38
38
  uses: actions/checkout@v7.0.0
39
39
  - name: Setup Go
40
- uses: actions/setup-go@v6
40
+ uses: actions/setup-go@v6.5.0
41
41
  with:
42
42
  go-version: '1.25'
43
43
  cache-dependency-path: go/go.mod
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.2.7](https://github.com/rvagg/bit-sequence/compare/v1.2.6...v1.2.7) (2026-06-30)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps:** bump actions/setup-go from 6.4.0 to 6.5.0 ([#11](https://github.com/rvagg/bit-sequence/issues/11)) ([8cda8ca](https://github.com/rvagg/bit-sequence/commit/8cda8ca04fa5d4af16f03111b1e29562bdb5f1ee))
6
+
7
+ ## [1.2.6](https://github.com/rvagg/bit-sequence/compare/v1.2.5...v1.2.6) (2026-06-24)
8
+
9
+ ### Trivial Changes
10
+
11
+ * **deps:** bump actions/setup-go from 6 to 6.4.0 ([#10](https://github.com/rvagg/bit-sequence/issues/10)) ([98108e5](https://github.com/rvagg/bit-sequence/commit/98108e5625df903cda179ac19720f02d103aaf16))
12
+
1
13
  ## [1.2.5](https://github.com/rvagg/bit-sequence/compare/v1.2.4...v1.2.5) (2026-06-23)
2
14
 
3
15
  ### Trivial Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bit-sequence",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "Turn an arbitrary sequence of bits from a byte array into an integer",
5
5
  "type": "module",
6
6
  "main": "js/bit-sequence.js",