From: Ruben Beltran del Rio Date: Sat, 10 Dec 2022 15:23:12 +0000 (+0100) Subject: Update version, ditch changelog X-Git-Tag: 5.0.0~7 X-Git-Url: https://git.r.bdr.sh/rbdr/blog/commitdiff_plain/9eac24780006862171b85858b40db0f29f494e76?hp=2acbdb038ea9e9d61ce7ce070629e0187fe95718 Update version, ditch changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 5a7d60a..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,43 +0,0 @@ -# Changelog -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](http://keepachangelog.com/) -and this project adheres to [Semantic Versioning](http://semver.org/). - -## Unreleased -### Added -- Post Metadata support -- RSS support -- TXT support -- Dark mode support - -### Changed -- Updated dependencies -- Replace jsdoc with jsdoc-to-markdown -- Replace showdown with marked -- Replace mustache with dot -- New blog style - -## [1.0.1] - 2017-07-03 -### Added -- Add styling for code - -### Changed -- Swap markdown engine for showdown -- Remove `v` from CHANGELOG -- Fix crash when generator attempted to run without 3 posts - - -## 1.0.0 - 2017-07-03 -### Added -- JSDoc config -- Eslint config -- Binary to add and update blog posts -- Template for index -- Static Files -- Simple contributing guidelines -- This CHANGELOG -- A Readme - -[Unreleased]: https://github.com/rbdr/blog/compare/master...develop -[1.0.1]: https://github.com/rbdr/blog/compare/1.0.0...1.0.1 diff --git a/package-lock.json b/package-lock.json index ac0d1bd..333175b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "blog", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 81d26a8..8ee8d95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blog", - "version": "3.0.0", + "version": "4.0.0", "description": "An ephemeral blog", "main": "lib/blog.js", "bin": {