Skip to content

Commit

Permalink
Merge pull request #62 from Roaders/main
Browse files Browse the repository at this point in the history
0.6.1
  • Loading branch information
Roaders authored May 18, 2022
2 parents 36d01e2 + ea35918 commit 5c930dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Create Release

on:
push:
branches:
- main
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
build:
Expand Down
4 changes: 2 additions & 2 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": "@morgan-stanley/ts-mocking-bird",
"version": "0.6.0",
"version": "0.6.1",
"description": "A fully type safe mocking, call verification and import replacement library for jasmine and jest",
"license": "Apache-2.0",
"author": "Morgan Stanley",
Expand Down

0 comments on commit 5c930dc

Please sign in to comment.