Skip to content

Commit cd6a4a5

Browse files
committed
Release version 1.1.0
1 parent 3a9b219 commit cd6a4a5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [1.1.0] - 2020-12-12
8+
### Changed
9+
- Move theme's CSS and JS code into separate files.
10+
711
## [1.0.1] - 2020-06-28
812
### Fixed
913
- Restore access to search index (#1).

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedoc-light-theme",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "TypeDoc theme that adds some useful options (header links, custom style and script, ability to create files etc)",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)