File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353
5454 - name : Upload coverage reports to Codecov
5555 uses : codecov/codecov-action@v5
56- if : success() && github.event_name == 'release'
56+ if : success()
57+ # && github.event_name == 'release'
5758 with :
5859 name : codecov-umbrella
5960 fail_ci_if_error : true
Original file line number Diff line number Diff line change 11{
22 "name" : " @kjanat/chatlogger" ,
33 "description" : " API for storing and retrieving chat interactions" ,
4- "version" : " 0.2.0 " ,
4+ "version" : " 0.2.1 " ,
55 "author" : " Kaj Kowalski <dev@kajkowalski.nl> (https://github.com/kjanat)" ,
66 "license" : " MIT" ,
77 "main" : " src/server.js" ,
Original file line number Diff line number Diff line change 55const semver = require ( 'semver' ) ;
66
77// Current version information
8- const currentVersion = '0.2.0 ' ;
8+ const currentVersion = '0.2.1 ' ;
99
1010module . exports = {
1111 // Current version without v prefix
You can’t perform that action at this time.
0 commit comments