Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DCsunset committed Aug 30, 2021
1 parent 361cac7 commit 060f20c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.1.0](https://github.com/DCsunset/pandoc-include/compare/v1.0.1...v1.1.0) (2021-08-30)


### ⚠ BREAKING CHANGES

* rewrite relative paths

### Features

* rewrite relative paths ([a36ca20](https://github.com/DCsunset/pandoc-include/commit/a36ca20ebc970c2484bbc9e6887187406495b512))


### Bug Fixes

* fix code include check ([2af041a](https://github.com/DCsunset/pandoc-include/commit/2af041a4ebd37a037b5255180a0d7caa3f952593))

### [1.0.1](https://github.com/DCsunset/pandoc-include/compare/v1.0.0...v1.0.1) (2021-08-27)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
from os import path

version = '1.0.1'
version = '1.1.0'

repo_base_dir = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 060f20c

Please sign in to comment.