this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

2.2.0

+8 -4
+5 -1
changelog.md
··· 4 4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 5 5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6 6 7 - ## [Unreleased](https://github.com/ptrkcsk/BB26/compare/v2.1.1...main) 7 + ## [v2.2.0](https://github.com/ptrkcsk/BB26/compare/v2.1.1...v2.2.0) 8 + 9 + ### Changed 10 + 11 + - Development and maintenance improvements. These should have no impact on using BB26.
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "bb26", 3 - "version": "2.1.1", 3 + "version": "2.2.0", 4 4 "lockfileVersion": 2, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "bb26", 9 - "version": "2.1.1", 9 + "version": "2.2.0", 10 10 "license": "MIT", 11 11 "dependencies": { 12 12 "random-item": "^3.1.0"
+1 -1
package.json
··· 1 1 { 2 2 "name": "bb26", 3 - "version": "2.1.1", 3 + "version": "2.2.0", 4 4 "description": "Bijective base-26 utility functions for converting numbers to/from spreadsheet column letters", 5 5 "repository": "github:ptrkcsk/BB26", 6 6 "author": "Patrik Csak <p@trikcsak.com>",