mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
88b9b08059b84baecfdc888763b97d799d1723b0
parent
6966fa41cd4b76d3e7abb7ed7fbfdc67f1c6dd7a
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-05-05 22:19
bump version to 5.1.0

Diffstat

M CHANGES.md 7 +++++++
M package.json 2 +-

2 files changed, 8 insertions, 1 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,10 @@
   -1     1 5.1.0 (2022-05-06)
   -1     2 ------------------
   -1     3 
   -1     4 -   use same colors for `:link` and `:visited` by default
   -1     5 -   fix deprecation warning about devision syntax
   -1     6 
   -1     7 
    1     8 5.0.0 (2021-07-15)
    2     9 ------------------
    3    10 

diff --git a/package.json b/package.json

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "mfbs",
    3    -1   "version": "5.0.0",
   -1     3   "version": "5.1.0",
    4     4   "description": "mother fucking bootstrap - a minimal CSS framework",
    5     5   "keywords": ["sass"],
    6     6   "repository": {