Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
carvilsi committed Jan 25, 2024
2 parents f51e866 + 66fed0c commit a988320
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Tests

on:
push:
branches: [ "master", "develop" ]
branches: [ "main", "develop" ]
pull_request:
branches: [ "master", "develop" ]
branches: [ "main", "develop" ]

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# [v1.1.19](https://github.com/carvilsi/snoopm/releases/tag/v1.1.19) (2024-01-25)

* Updating packages to solve some vulnerabilities

# [v1.1.17](https://github.com/carvilsi/snoopm/releases/tag/v1.1.17) (2023-08-29)

* Improving error output
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snoopm",
"version": "1.1.18",
"version": "1.1.19",
"description": "A cli to get the basics of other Node.js code at a glance",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a988320

Please sign in to comment.