Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](2.6.2...3.0.0) (2021-01-11)

* fix!: update dependencies ([6322db4](6322db4))

### Bug Fixes

* update node-sass package ([#84](#84)) ([6e97b1b](6e97b1b))

### BREAKING CHANGES

* Require Node.js >= 10
  • Loading branch information
semantic-release-bot authored and sinedied committed Jan 11, 2021
1 parent f94b389 commit e42c9ec
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [3.0.0](https://github.com/sinedied/backslide/compare/2.6.2...3.0.0) (2021-01-11)


* fix!: update dependencies ([6322db4](https://github.com/sinedied/backslide/commit/6322db4409c6035e4896bb0c408b7891a10287a7))


### Bug Fixes

* update node-sass package ([#84](https://github.com/sinedied/backslide/issues/84)) ([6e97b1b](https://github.com/sinedied/backslide/commit/6e97b1ba8f41fcc8983ca0e2747722a4a98fb375))


### BREAKING CHANGES

* Require Node.js >= 10

# 2.6.2
- Fix CSS inlining with relative URLs (PR https://github.com/sinedied/backslide/pull/77)
- Remove inlining size limit for images (fix #75)
Expand Down Expand Up @@ -85,4 +100,4 @@
- Fix minimum node version

# 1.0.0
- Initial version
- Initial version
2 changes: 1 addition & 1 deletion 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": "backslide",
"version": "2.6.2",
"version": "3.0.0",
"description": "CLI tool for making HTML presentations with Remark.js using Markdown",
"repository": "sinedied/backslide",
"keywords": [
Expand Down

0 comments on commit e42c9ec

Please sign in to comment.