File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Instructor VTA
22
3- [ ![ Latest Release] ( https://img.shields.io/badge/Release-1.1.5 -blue )] ( https://github.com/matyasjay/instructor/releases/latest )
3+ [ ![ Latest Release] ( https://img.shields.io/badge/Release-1.1.6 -blue )] ( https://github.com/matyasjay/instructor/releases/latest )
44[ ![ GolangCI] ( https://github.com/matyasjay/instructor/actions/workflows/golangcli-lint.yml/badge.svg?branch=main )] ( https://github.com/matyasjay/instructor/actions/workflows/golangcli-lint.yml )
55
66## Background
Original file line number Diff line number Diff line change 11{
22 "name" : " @instructor/docker" ,
33 "description" : " Instructor VTA - Dockerfiles" ,
4- "version" : " 1.1.5 " ,
4+ "version" : " 1.1.6 " ,
55 "private" : true
66}
Original file line number Diff line number Diff line change 11{
22 "name" : " @instructor/frontend" ,
33 "description" : " Instructor VTA -- Funnel Application" ,
4- "version" : " 1.1.5 " ,
4+ "version" : " 1.1.6 " ,
55 "private" : true ,
66 "main" : " index.html" ,
77 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @instructor/http" ,
33 "description" : " Instructor VTA - HTTP Service" ,
4- "version" : " 1.1.5 " ,
4+ "version" : " 1.1.6 " ,
55 "private" : true
66}
Original file line number Diff line number Diff line change 11{
22 "name" : " @instructor/core" ,
3- "version" : " 1.1.5 " ,
3+ "version" : " 1.1.6 " ,
44 "description" : " Instructor - Personal VTA" ,
55 "scripts" : {
66 "prepare" : " husky"
Original file line number Diff line number Diff line change 11{
22 "name" : " @instructor/scripts" ,
33 "description" : " Instructor VTA - Scripts" ,
4- "version" : " 1.1.5 " ,
4+ "version" : " 1.1.6 " ,
55 "private" : true
66}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ git tag -a "v${VERSION}" -m "Release v${VERSION}"
3030
3131echo " ${F_DIM}${C_GREY62} Tag '${PROJECT} v${VERSION} ' ready to be released.${NO_FORMAT} ."
3232
33- git add package.json docker/package.json frontend/package.json http/package.json script /package.json terraform/package.json README.md
33+ git add package.json docker/package.json frontend/package.json http/package.json scripts /package.json terraform/package.json README.md
3434
3535git commit -m " chore(ci): bump version v${VERSION} "
3636
You can’t perform that action at this time.
0 commit comments