~xdavidwu/xdavidwu.link

0f0a614c7097b33a07cc7e088a09090f7a30a7ea — Michael Rose 4 years ago 02cafb1
Release 4.16.2 💎
M CHANGELOG.md => CHANGELOG.md +6 -0
@@ 1,3 1,9 @@
## [4.16.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.2)

### Bug Fixes

- Revert jQuery back to version v3.3.1, v.3.4.0 causes issues with other plugins that haven't been updated. [#2137](https://github.com/mmistakes/minimal-mistakes/issues/2137)

## [4.16.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.1)

### Enhancements

M README.md => README.md +1 -1
@@ 126,7 126,7 @@ To install:
   bundle
   ```

4. Add `remote_theme: "mmistakes/minimal-mistakes@4.16.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.16.2"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.

**Looking for an example?** Fork the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter) for the quickest method of getting a GitHub Pages hosted site up and running. Replace sample content with your own and configure as needed.


M _layouts/default.html => _layouts/default.html +1 -1
@@ 3,7 3,7 @@

<!doctype html>
<!--
  Minimal Mistakes Jekyll Theme 4.16.1 by Michael Rose
  Minimal Mistakes Jekyll Theme 4.16.2 by Michael Rose
  Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
  Free for personal and commercial use under the MIT license
  https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

M _sass/minimal-mistakes.scss => _sass/minimal-mistakes.scss +1 -1
@@ 1,5 1,5 @@
/*!
 * Minimal Mistakes Jekyll Theme 4.16.1 by Michael Rose
 * Minimal Mistakes Jekyll Theme 4.16.2 by Michael Rose
 * Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
 * Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE)
*/

M minimal-mistakes-jekyll.gemspec => minimal-mistakes-jekyll.gemspec +1 -1
@@ 2,7 2,7 @@

Gem::Specification.new do |spec|
  spec.name                    = "minimal-mistakes-jekyll"
  spec.version                 = "4.16.1"
  spec.version                 = "4.16.2"
  spec.authors                 = ["Michael Rose"]

  spec.summary                 = %q{A flexible two-column Jekyll theme.}

M package-lock.json => package-lock.json +1 -1
@@ 1,6 1,6 @@
{
  "name": "minimal-mistakes",
  "version": "4.16.1",
  "version": "4.16.2",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {

M package.json => package.json +1 -1
@@ 1,6 1,6 @@
{
  "name": "minimal-mistakes",
  "version": "4.16.1",
  "version": "4.16.2",
  "description": "Minimal Mistakes 2 column Jekyll theme.",
  "repository": {
    "type": "git",