Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed Aug 14, 2023
1 parent 6665e15 commit a6253fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

2.0.0 / 2023-08-14
==================

* upgrade plan-microdata to ~2
* remove unused mocha and should dependencies
* replace querystring with qs
* remove `--webkit` properties from approved list
* remove outdated dependencies
* remove references to `component` framework
* modernize source code
* switch to esbuild for bunling and minifying
* fix lint issues
* switch to GitHub actions for CI builds
* change name to @furkot/trip-planner

1.1.1 / 2016-03-14
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@furkot/trip-planner",
"version": "1.1.1",
"version": "2.0.0",
"description": "Embedded trip planner",
"author": "Natalia Kowalczyk <[email protected]>",
"main": "lib/index.js",
Expand All @@ -26,4 +26,4 @@
"files": [
"lib"
]
}
}

0 comments on commit a6253fd

Please sign in to comment.