Skip to content

Releases: jcane86/raspi-ver

v1.3.0

20 Jan 07:15
Compare
Choose a tag to compare

1.3.0 (2021-01-20)

Features

  • versions: add new 4B versions (61b6e0a)

v1.2.0

03 Apr 11:22
Compare
Choose a tag to compare

1.2.0 (2020-04-03)

Features

v1.1.1

25 Jan 19:30
c1721bc
Compare
Choose a tag to compare

1.1.1 (2020-01-25)

Bug Fixes

  • revision match: fix overclock revision match (c1721bc), closes #13
  • revision match: fix overclock revision match (c4d151e)

v1.1.0

24 Jan 13:30
bbf1e51
Compare
Choose a tag to compare

1.1.0 (2020-01-24)

Bug Fixes

  • build: remove node 6 support (bbf1e51)

Features

  • model 4: add RAM variants (cf563a6), closes #10
  • model 4: add RAM variants (e453453)
  • revisions: add rPi4 ModelB (075fb7e)

v1.0.6

30 Jan 23:14
43b63a0
Compare
Choose a tag to compare

1.0.6 (2019-01-30)

Bug Fixes

  • README: get it to publish a new version (43b63a0)

Start tagging releases for semantic-release

30 Jan 22:40
Compare
Choose a tag to compare
readme.md: Fix syntax error in the example

Fix the following error in the example provide in section Usage:

let rpi = require('raspi-ver);
                  ^^^^^^^^^^^^

SyntaxError: Invalid or unexpected token

Signed-off-by: Leon Anavi <leon@anavi.org>