Skip to content

Commit

Permalink
ci: version bump to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Version Bump committed Jul 6, 2022
1 parent 4f3135b commit 479d9ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
3 changes: 2 additions & 1 deletion __tests__/generateCodeBlock.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { expect, it, describe } from 'vitest';
import { describe, expect, it } from 'vitest';

import { generateCodeBlock } from '../src/utils/generateCodeBlock';

describe('generateCodeBlock.ts', () => {
Expand Down
13 changes: 0 additions & 13 deletions __tests__/mock-data/dummy_with_code.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
This is before the code block





```js
const x = 10;
const y = x * x;
```










This is after the code block
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": "mrkdwny",
"version": "0.6.2",
"version": "0.7.0",
"description": "Parser for turning markdown into HTML",
"private": false,
"keywords": [
Expand Down

0 comments on commit 479d9ae

Please sign in to comment.