diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-08-23 14:44:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 14:44:33 -0700 |
commit | 0c563fc28fefa0cd7181fd78c579c3a86faaa4f9 (patch) | |
tree | b67514fc49c7d19821d1a7f03579259b2948cc48 /extension/package-lock.json | |
parent | c5211c2cd69f368cc564aad155080957b754de19 (diff) | |
download | sncontinue-0c563fc28fefa0cd7181fd78c579c3a86faaa4f9.tar.gz sncontinue-0c563fc28fefa0cd7181fd78c579c3a86faaa4f9.tar.bz2 sncontinue-0c563fc28fefa0cd7181fd78c579c3a86faaa4f9.zip |
Testing gh workflow (#401)
* testing
* logging again
* log home dir
* build m1 script
* correctly parse dates in history.tsx
* logging
* add redbaron to requirements.txt
* tweaks before merging to main
Diffstat (limited to 'extension/package-lock.json')
-rw-r--r-- | extension/package-lock.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/package-lock.json b/extension/package-lock.json index 7f4dab5f..802d96e5 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.321", + "version": "0.0.322", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.321", + "version": "0.0.322", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", |